mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Work on new history implementation
This commit is contained in:
@@ -557,7 +557,7 @@ static int builtin_complete( parser_t &parser, wchar_t **argv )
|
||||
|
||||
// comp = al_halloc( 0 );
|
||||
|
||||
complete2( do_complete, comp );
|
||||
complete( do_complete, comp );
|
||||
|
||||
for( size_t i=0; i< comp.size() ; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user