commit | 69a5b867940d25f68a782de5c1165d65b51fcafa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 21:38:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 21:38:51 2019 +0200 |
tree | 7f76d65e19c2ec563004c7ccc01750dec55fc681 | |
parent | 61386408063a2300d7d7f42c5156f66f6252fb54 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e3373be..aacfeb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1704, +/**/ 1703, /**/ 1702,