summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-16 21:38:51 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-16 21:38:51 +0200
commit69a5b867940d25f68a782de5c1165d65b51fcafa (patch)
tree7f76d65e19c2ec563004c7ccc01750dec55fc681 /src/version.c
parent61386408063a2300d7d7f42c5156f66f6252fb54 (diff)
patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'v8.1.1704
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e3373bed53..aacfeb6b8c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1704,
+/**/
1703,
/**/
1702,