mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Spurious quote mark in command line when typing <C-R> (#9934)
Remove <C-R> special char after reading following chars
This commit is contained in:
parent
eada8f5aaa
commit
8c6f5b7f92
@ -1389,6 +1389,7 @@ static int command_line_handle_key(CommandLineState *s)
|
||||
}
|
||||
}
|
||||
}
|
||||
ccline.special_char = NUL;
|
||||
redrawcmd();
|
||||
return command_line_changed(s);
|
||||
|
||||
|
@ -983,7 +983,7 @@ describe('Expressions coloring support', function()
|
||||
{EOB:~ }|
|
||||
{EOB:~ }|
|
||||
{EOB:~ }|
|
||||
={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^" |
|
||||
={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^ |
|
||||
]])
|
||||
end)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user