commit | 9b36750640e8e89f18afa1446ed80fdbdf0fcac0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:07:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:07:21 2022 +0100 |
tree | 6818ffda6b19cef92dc7d5f06e3ac81c5c961b71 | |
parent | 1fc6ea9bf3548b578676331f5eac1f7e0611c268 [diff] [blame] |
patch 8.2.4805: CurSearch used for all matches in current line Problem: CurSearch used for all matches in current line. Solution: Don't use the non-zero line count. (closes #10247)
diff --git a/src/version.c b/src/version.c index 4c914af..28ac75e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4805, +/**/ 4804, /**/ 4803,