vim-patch:7.4.1151

Problem:    Missing change to eval.c
Solution:   Also change feedkeys().

5f8a14b9de
This commit is contained in:
Michael Ennen
2016-05-22 01:33:27 -07:00
parent 40e7efe91c
commit 24a329b53a
5 changed files with 38 additions and 29 deletions

View File

@@ -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;