commit | 368137aa525982984beed73940af481ac53a62af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 31 13:43:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 31 13:43:12 2022 +0100 |
tree | 6b6c9fc6b00fb7ed3fb71bb3b53d01f62f8e981a | |
parent | 4aaf3e7f4db599932d01d87e5bbcdc342cccee27 [diff] [blame] |
patch 8.2.5047: CurSearch highlight is often wrong Problem: CurSearch highlight is often wrong. Solution: Remember the last highlighted position and redraw when needed.
diff --git a/src/version.c b/src/version.c index b7693de..db2a5b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5047, +/**/ 5046, /**/ 5045,