mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Support in parse_dump_tree for "forests", which occur when there's a
parse error
This commit is contained in:
@@ -272,7 +272,6 @@ class parse_node_tree_t : public std::vector<parse_node_t>
|
||||
|
||||
argument_list = <empty> | argument argument_list
|
||||
|
||||
|
||||
arguments_or_redirections_list = <empty> |
|
||||
argument_or_redirection arguments_or_redirections_list
|
||||
argument_or_redirection = argument | redirection
|
||||
|
||||
Reference in New Issue
Block a user