mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
vim-patch:7.4.1151
Problem: Missing change to eval.c
Solution: Also change feedkeys().
5f8a14b9de
This commit is contained in:
@@ -1754,9 +1754,9 @@ static int vgetorpeek(int advance)
|
||||
|| ((compl_cont_status & CONT_LOCAL)
|
||||
&& (c1 == Ctrl_N || c1 == Ctrl_P)))
|
||||
) {
|
||||
if (c1 == K_SPECIAL)
|
||||
if (c1 == K_SPECIAL) {
|
||||
nolmaplen = 2;
|
||||
else {
|
||||
} else {
|
||||
LANGMAP_ADJUST(c1, (State & (CMDLINE | INSERT)) == 0
|
||||
&& get_real_state() != SELECTMODE);
|
||||
nolmaplen = 0;
|
||||
|
Reference in New Issue
Block a user