mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03:00
Rewrite parser_t::eval_args to use new AST parser
This commit is contained in:
@@ -1249,7 +1249,7 @@ void completer_t::complete_from_args(const wcstring &str,
|
||||
if (! is_autosuggest)
|
||||
proc_push_interactive(0);
|
||||
|
||||
parser.eval_args(args.c_str(), possible_comp);
|
||||
parser.eval_args(args, possible_comp);
|
||||
|
||||
if (! is_autosuggest)
|
||||
proc_pop_interactive();
|
||||
|
||||
Reference in New Issue
Block a user