1
0
forked from aniani/vim

patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'

Problem:    C-R C-W does not work after C-G when using 'incsearch'.
Solution:   Put cursor at end of the match. (Yasuhiro Matsumoto, closes #4664)
This commit is contained in:
Bram Moolenaar
2019-07-16 21:38:51 +02:00
parent 6138640806
commit 69a5b86794
3 changed files with 10 additions and 3 deletions

View File

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