summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-09 15:54:14 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-09 15:54:14 +0200
commit99f043a57d0be35ef72572b0429cf51525c3cd2b (patch)
treebea2c7cb8b13e6b9d48702c64768ff778a7ff839 /src/version.c
parenta750ac2288eae4f751185597885552e9b6e4d27c (diff)
patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-Wv8.1.0356
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)
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 26825b9f81..b3b4716815 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 356,
+/**/
355,
/**/
354,