]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1250: 'hlsearch' highlighting not removed after incsearch v8.0.1250
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Nov 2017 18:08:48 +0000 (19:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Nov 2017 18:08:48 +0000 (19:08 +0100)
commitf8f8b2eadbaf3090fcfccbab560de5dbd501833d
treedeea6b6bfa04bfbe4dc78fc541e590aa65f583ac
parentc20e0d52071a3f6e12321ec3344024faa4695da9
patch 8.0.1250: 'hlsearch' highlighting not removed after incsearch

Problem:    'hlsearch' highlighting not removed after incsearch (lacygoill)
Solution:   Redraw all windows. Start search at the end of the match.  Improve
            how CTRL-G works with incremental search. Add tests. (Christian
            Brabandt, Hirohito Higashi, haya14busa, closes #2267)
runtime/doc/options.txt
src/ex_getln.c
src/testdir/test_search.vim
src/version.c