mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
Fix for extra token_end
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user