commit | b0acacd767a2b0618a7f3c08087708f4329580d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 16:40:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 16:40:43 2018 +0200 |
tree | 9154e5f4fb75605e0342e90c53b4e529b05fc621 | |
parent | b31a3acce13231643b006988c1ce76b8a12b2982 [diff] [blame] |
patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :v Problem: 'incsearch' doesn't work for :s, :g or :v. Solution: Also use 'incsearch' for other commands that use a pattern.
diff --git a/src/version.c b/src/version.c index d92e778..40843f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 271, +/**/ 270, /**/ 269,