]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" v8.1.0280
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Aug 2018 20:54:35 +0000 (22:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Aug 2018 20:54:35 +0000 (22:54 +0200)
commitdef7b1dc6104a6ce6d7c3e3a615231178601b124
tree6257847535525b07ee58fb21dd35630c457a089e
parent2b926fcb3c5d8bd09a219009336bbec7c66ae67e
patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"

Problem:    'incsearch' highlighting does not work for ":g!/".
Solution:   Skip the exclamation mark. (Hirohito Higashi)
src/ex_getln.c
src/testdir/test_search.vim
src/version.c