vim-patch:7.4.2318

Problem:    When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as
            before.
Solution:   Move vim/vim#ifdef and don't use goto.

349e7d94e6
This commit is contained in:
James McCoy
2017-06-25 12:11:22 -04:00
parent 0dd6455659
commit 3679752dbd
2 changed files with 3 additions and 2 deletions

View File

@@ -1489,8 +1489,9 @@ static int command_line_handle_key(CommandLineState *s)
} else { } else {
vim_beep(BO_ERROR); vim_beep(BO_ERROR);
} }
}
return command_line_not_changed(s); return command_line_not_changed(s);
}
break;
case Ctrl_V: case Ctrl_V:
case Ctrl_Q: case Ctrl_Q:

View File

@@ -126,7 +126,7 @@ static const int included_patches[] = {
2321, 2321,
// 2320, // 2320,
// 2319 NA // 2319 NA
// 2318, 2318,
2317, 2317,
// 2316 NA // 2316 NA
2315, 2315,