commit | 45e4eead2aaf9d883bcf19db779be47ffb4fa44a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 18:38:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 18:38:02 2022 +0000 |
tree | 17f460c706821d19d21ab3502cfb3dcaa1d14c90 | |
parent | c3f1881aedae5e9a584bacf5a06944fba6357259 [diff] [blame] |
patch 9.0.0982: 'cursorline' not drawn before virtual text below Problem: 'cursorline' not drawn before virtual text below. Solution: Add the 'cursorline' attribute to the empty space. (closes #11647)
diff --git a/src/version.c b/src/version.c index 22c3c5c..5a13127 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 982, +/**/ 981, /**/ 980,