mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 11:01:26 +08:00
Fix for extra token_end
This commit is contained in:
parent
70b83a3bbb
commit
66d5436789
@ -863,7 +863,7 @@ void parse_ll_t::accept_token(parse_token_t token, const wcstring &src)
|
||||
break;
|
||||
|
||||
case symbol_begin_header:
|
||||
symbol_stack_pop_push(parse_keyword_begin, parse_token_type_end);
|
||||
symbol_stack_pop_push(parse_keyword_begin);
|
||||
break;
|
||||
|
||||
case symbol_function_header:
|
||||
|
Loading…
x
Reference in New Issue
Block a user