commit | 198cb66d652d3d8ac16226dcc929a11b0b720151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 21:44:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 21:44:17 2018 +0200 |
tree | 23ab498998bff1956e3d4e658918843dc7566db0 | |
parent | 0b1468884a2a1c5d3442cbb7119330e307f0aa3d [diff] [blame] |
patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern Problem: 'incsearch' for :/foo/s//<Esc> changes last search pattern. Solution: Save the last search pattern earlier.
diff --git a/src/version.c b/src/version.c index 292af60..ba1ac1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 351, +/**/ 350, /**/ 349,