vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern

Problem:    CTRL-G/CTRL-T don't work with incsearch and empty pattern.
Solution:   Use the last search pattern. (Christian Brabandt, closes vim/vim#2292)

d048009717
This commit is contained in:
Ömer Sinan Ağacan
2018-01-21 15:09:17 +03:00
parent cd59577d57
commit 9bc1410ee1
4 changed files with 41 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ static const int included_patches[] = {
// 1307,
// 1306,
// 1305,
// 1304,
1304,
// 1303,
// 1302,
// 1301,