mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 15:38:41 +08:00
Correct the last keyword enum to reflect the actual last keyword
This commit is contained in:
parent
1c58b6d83e
commit
d659e55646
|
@ -92,7 +92,7 @@ enum parse_keyword_t
|
|||
parse_keyword_builtin,
|
||||
parse_keyword_exec,
|
||||
|
||||
LAST_KEYWORD = parse_keyword_builtin
|
||||
LAST_KEYWORD = parse_keyword_exec
|
||||
};
|
||||
|
||||
/* Statement decorations. This matches the order of productions in decorated_statement */
|
||||
|
|
Loading…
Reference in New Issue
Block a user