mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00: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:

committed by
Björn Linse

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);
|
||||
|
||||
|
Reference in New Issue
Block a user