]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0275: 'incsearch' with :s doesn't start at cursor line v8.1.0275
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Aug 2018 13:49:47 +0000 (15:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Aug 2018 13:49:47 +0000 (15:49 +0200)
commit976b847f43dd16eb6cd809d2dcab7dde6045e176
treeaf8ba8f8f6a9ff70bf4d23f2b84367c5e4c24881
parent21f990e1c22ffa2fdb66a548ebbe25e6e7194776
patch 8.1.0275: 'incsearch' with :s doesn't start at cursor line

Problem:    'incsearch' with :s doesn't start at cursor line.
Solution:   Set cursor before parsing address. (closes #3318)
            Also accept a match at the start of the first line.
src/ex_getln.c
src/testdir/test_search.vim
src/version.c