mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:01:12 -03:00
Clean up the last token when receiving TOK_END
This commit is contained in:
@@ -640,6 +640,7 @@ void tok_next(tokenizer_t *tok)
|
||||
tok->buff++;
|
||||
}
|
||||
}
|
||||
tok->last_token.clear();
|
||||
break;
|
||||
case L'&':
|
||||
tok->last_type = TOK_BACKGROUND;
|
||||
|
||||
Reference in New Issue
Block a user