1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-08-12 15:49:47 +02:00
parent 21f990e1c2
commit 976b847f43
3 changed files with 31 additions and 6 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
275,
/**/
274,
/**/