mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
paste: WIP #4448
This commit is contained in:
@@ -532,7 +532,7 @@ static int command_line_check(VimState *state)
|
||||
|
||||
static int command_line_execute(VimState *state, int key)
|
||||
{
|
||||
if (key == K_IGNORE || key == K_PASTE) {
|
||||
if (key == K_IGNORE) {
|
||||
return -1; // get another key
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user