From 69a5b867940d25f68a782de5c1165d65b51fcafa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Jul 2019 21:38:51 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index e3373bed53..aacfeb6b8c 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1704, /**/ 1703, /**/ -- cgit v1.2.3