mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
Fix for issue where last job_list in tree would have a -1 production_idx
because we never actually sent the terminal token type
This commit is contained in:
@@ -56,6 +56,8 @@ enum parse_token_type_t
|
||||
parse_token_type_redirection,
|
||||
parse_token_type_background,
|
||||
parse_token_type_end,
|
||||
|
||||
// Special terminal type that means no more tokens forthcoming
|
||||
parse_token_type_terminate,
|
||||
|
||||
// Very special terminal types that don't appear in the production list
|
||||
|
||||
Reference in New Issue
Block a user