mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Turn off new parser for execution by default in preparation for merge
with trunk
This commit is contained in:
parent
25b25e3e49
commit
51c18e3f9a
1 changed files with 1 additions and 1 deletions
|
@ -3129,7 +3129,7 @@ bool parser_use_ast(void)
|
||||||
env_var_t var = env_get_string(L"fish_new_parser");
|
env_var_t var = env_get_string(L"fish_new_parser");
|
||||||
if (var.missing_or_empty())
|
if (var.missing_or_empty())
|
||||||
{
|
{
|
||||||
return 10;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue