1
0
forked from aniani/vim

patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-W

Problem:    Using :s with 'incsearch' prevents CTRL-R CTRL-W. (Boris Staletic)
Solution:   When past the pattern put cursor back in the start position.
            (closes #3413)
This commit is contained in:
Bram Moolenaar
2018-09-09 15:54:14 +02:00
parent a750ac2288
commit 99f043a57d
3 changed files with 50 additions and 9 deletions

View File

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