]> granicus.if.org Git - vim/commit
patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled v8.1.0392
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Sep 2018 13:42:40 +0000 (15:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Sep 2018 13:42:40 +0000 (15:42 +0200)
commit50eb16c3b23235b21ce4494673a7741a9a196176
tree3b0fde54dd33ed6f20c3755c6860309f60012cf6
parentac49f61a206217e94438b7b51bbfcae79b8a2a19
patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled

Problem:    Error while typing :/foo/s// with 'incsearch' enabled.
Solution:   Do not give search errors when highlighting matches.
src/ex_docmd.c
src/ex_getln.c
src/proto/ex_docmd.pro
src/testdir/test_search.vim
src/version.c