mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Remove argument_or_redirection type
This was a symbol that represented either an argument or a redirection. This was only used as part of argument_or_redirection_list. It's simpler to just have these types be alternatives in the list type.
This commit is contained in:
@@ -22,7 +22,6 @@ ELEM(decorated_statement)
|
||||
ELEM(plain_statement)
|
||||
ELEM(argument_list)
|
||||
ELEM(arguments_or_redirections_list)
|
||||
ELEM(argument_or_redirection)
|
||||
ELEM(argument)
|
||||
ELEM(redirection)
|
||||
ELEM(optional_background)
|
||||
|
||||
Reference in New Issue
Block a user