mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 08:01:14 -03:00
More work on new parser
This commit is contained in:
@@ -4063,7 +4063,7 @@ int builtin_parse(parser_t &parser, wchar_t **argv)
|
||||
parse_node_tree_t parse_tree;
|
||||
parse_error_list_t errors;
|
||||
parse_t parser;
|
||||
bool success = parser.parse(src, &parse_tree, &errors);
|
||||
bool success = parser.parse(src, parse_flag_none, &parse_tree, &errors, true);
|
||||
if (! success)
|
||||
{
|
||||
stdout_buffer.append(L"Parsing failed:\n");
|
||||
|
||||
Reference in New Issue
Block a user