]> granicus.if.org Git - vim/commit
patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similar v8.1.0295
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Aug 2018 19:05:31 +0000 (21:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Aug 2018 19:05:31 +0000 (21:05 +0200)
commit264cf5cfaf40e704aea2578e70c15ed9a9d0161e
tree0cc382c062de9fd17d9a8228829c526a03674973
parent3b9fcfcffab8f927a01877804fa6ac5bbca34c7a
patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similar

Problem:    No 'incsearch' highlighting for :vimgrep and similar commands.
Solution:   Parse the :vimgrep command and similar ones to locate the search
            pattern. (Hirohito Higashi, closes #3344)
src/ex_getln.c
src/testdir/dumps/Test_incsearch_vimgrep_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_vimgrep_02.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_vimgrep_03.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_vimgrep_04.dump [new file with mode: 0644]
src/testdir/dumps/Test_incsearch_vimgrep_05.dump [new file with mode: 0644]
src/testdir/test_search.vim
src/version.c