]> granicus.if.org Git - vim/commit
patch 8.1.0399: 'hlsearch' highlight remains in other window v8.1.0399
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Sep 2018 15:08:04 +0000 (17:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Sep 2018 15:08:04 +0000 (17:08 +0200)
commit65985ac998713dfe0f0ff1dd49c5e3e8f17f4870
tree27c293869bdbe9c36603600f16c878708a37027d
parent8f4499b81612568b4964e8445d86e34e6d644b13
patch 8.1.0399: 'hlsearch' highlight remains in other window

Problem:    'hlsearch' highlight remains in other window after cancelling
            command.
Solution:   Redraw all windows. Also remove unnecessary delays. (closes #3437)
src/ex_getln.c
src/testdir/dumps/Test_incsearch_substitute_11.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_substitute_12.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_substitute_13.dump [new file with mode: 0644]
src/testdir/test_search.vim
src/version.c