]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty pattern v8.0.1304
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Nov 2017 21:20:39 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Nov 2017 21:20:39 +0000 (22:20 +0100)
commitd0480097177369a6ed91d47aba189ae647afcd68
tree843535035064603b175733322adad326163a735c
parent9c6ce0e62297294b41344e684429a91853bc2268
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 #2292)
src/ex_getln.c
src/proto/search.pro
src/search.c
src/testdir/test_search.vim
src/version.c