]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagic v8.1.0286
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Aug 2018 19:32:21 +0000 (21:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Aug 2018 19:32:21 +0000 (21:32 +0200)
commit167ae42685dcd430800c51ac7339f7f0938a3e70
tree2a3ca046561dfbf24aae9410a601de37dffeddf6
parentd7cc16357083c4fc4271e25fb36c4fbaee99e0f1
patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagic

Problem:    'incsearch' does not apply to :smagic and :snomagic.
Solution:   Add support. (Hirohito Higashi)
src/ex_getln.c
src/testdir/test_search.vim
src/version.c