mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Turn off new parser for execution by default in preparation for merge
with trunk
This commit is contained in:
@@ -3129,7 +3129,7 @@ bool parser_use_ast(void)
|
||||
env_var_t var = env_get_string(L"fish_new_parser");
|
||||
if (var.missing_or_empty())
|
||||
{
|
||||
return 10;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user