commit | 94fb8274ca8c93a10102d41c8bcc848f75cb7334 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 19:22:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 19:22:44 2021 +0000 |
tree | a1b8fa7ab7565ded649e7dbdd565c11ff67ab272 | |
parent | 5a664fe57fe7ba65a771bc95ef1c205e4db193b7 [diff] [blame] |
patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat" Problem: Match highlight disappears when doing incsearch for ":s/pat". Solution: Only use line limit for incsearch highlighting. (closes #9425)
diff --git a/src/version.c b/src/version.c index 0f0414e..ee3a29f 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3940, +/**/ 3939, /**/ 3938,