mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Fix tokenizer bug causing bad highlighting in multiline mode
darcs-hash:20061007210521-ac50b-5cdfc808389c928b932b0e41ef14abd71b537633.gz
This commit is contained in:
@@ -559,6 +559,7 @@ void tok_next( tokenizer *tok )
|
||||
{
|
||||
if(( *(tok->buff) == L'\\') &&( *(tok->buff+1) == L'\n') )
|
||||
{
|
||||
tok->last_pos = tok->buff - tok->orig_buff;
|
||||
tok->buff+=2;
|
||||
tok->last_type = TOK_END;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user