]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction v8.0.0692
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jul 2017 21:11:17 +0000 (23:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jul 2017 21:11:17 +0000 (23:11 +0200)
commitda5116da4586fc714434411d2cccb066caa3723e
treec2d09893bb76acd0bcddde976ab3593bc61fc829
parenta83fe75ca76f6f74daa1e5a620054b973b43379b
patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction

Problem:    Using CTRL-G with 'incsearch' and ? goes in the wrong direction.
            (Ramel Eshed)
Solution:   Adjust search_start. (Christian Brabandt)
src/ex_getln.c
src/testdir/test_search.vim
src/version.c