More work on LRU cache and adopting it in function and completion autoloading

This commit is contained in:
ridiculousfish
2012-01-27 11:43:52 -08:00
parent 6c28448e84
commit 87429bc03c
4 changed files with 72 additions and 89 deletions

View File

@@ -422,7 +422,7 @@ int reader_exit_forced()
static void reader_repaint()
{
//PCA INSTANCED_PARSER what is this call for?
//parser_test( data->buff, data->indent, 0, 0 );
parser_t::principal_parser().test( data->buff, data->indent, 0, 0 );
s_write( &data->screen,
data->prompt_buff.c_str(),