mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Merge branch 'master' into ast
Conflicts: complete.cpp
This commit is contained in:
@@ -1630,7 +1630,7 @@ void completer_t::complete_param_expand(const wcstring &sstr, bool do_file)
|
||||
|
||||
if (expand_string(comp_str,
|
||||
this->completions,
|
||||
flags ) == EXPAND_ERROR)
|
||||
flags) == EXPAND_ERROR)
|
||||
{
|
||||
debug(3, L"Error while expanding string '%ls'", comp_str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user