commit | 99f043a57d0be35ef72572b0429cf51525c3cd2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 15:54:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 15:54:14 2018 +0200 |
tree | bea2c7cb8b13e6b9d48702c64768ff778a7ff839 | |
parent | a750ac2288eae4f751185597885552e9b6e4d27c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 26825b9..b3b4716 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 356, +/**/ 355, /**/ 354,