mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 18:31:14 -03:00
More work on LRU cache and adopting it in function and completion autoloading
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user