commit | b9115da4bec5e6cfff69da85cc47c42dd67e42e4 | [log] [tgz] |
---|---|---|
author | Connor Lane Smith <cls@lubutu.com> | Sat Jul 31 13:31:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 31 13:31:42 2021 +0200 |
tree | c328f4d6d101fbf80c3ab50dbb39a5235601520a | |
parent | 28d8421bfb3327d7a5e81369977e8fc108b0229e [diff] [blame] |
patch 8.2.3255: ci" finds following string but ci< and others don't Problem: ci" finds following string but ci< and others don't. Solution: When not inside an object find the start. (Connor Lane Smit, closes #8670)
diff --git a/src/version.c b/src/version.c index c901996..d8e07b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3255, +/**/ 3254, /**/ 3253,