mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Some more changes in preparation for turning on complete-based autosuggestions
This commit is contained in:
@@ -550,7 +550,7 @@ bool autosuggest_suggest_special(const wcstring &str, const wcstring &working_di
|
||||
bool had_cmd = false;
|
||||
|
||||
wcstring suggestion;
|
||||
bool suggestionOK = true;
|
||||
bool suggestionOK = false;
|
||||
|
||||
tokenizer tok;
|
||||
for( tok_init( &tok, str.c_str(), TOK_SQUASH_ERRORS );
|
||||
|
||||
Reference in New Issue
Block a user