commit | bf269ed0b0bd8414eea7bea17465b2738a9a2b55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 13:28:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 26 13:28:14 2022 +0000 |
tree | b39190c9bf3153f382e4fdbeff9acec9b9d308f6 | |
parent | c6c1ec4da53db9d292fa3dd081c20123f8261178 [diff] [blame] |
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" Problem: 'cursorline' not always updated with 'cursorlineopt' is "screenline". Solution: Call check_redraw_cursorline() more often. (closes #10013)
diff --git a/src/version.c b/src/version.c index a68c881..5eb4eea 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4630, +/**/ 4629, /**/ 4628,