commit | b7acea1806996a9afb9fb8ebfe571b5181063070 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Dec 12 13:20:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 12 13:20:43 2022 +0000 |
tree | 5fe7f3f28b0167ef6072abd6280f2ce7bf9b67b9 | |
parent | 7db29e4b5c3a347d24ca5062ddaa5cf4c4d54b9c [diff] [blame] |
patch 9.0.1048: with "screenline" in 'culopt' cursorline highlight is wrong Problem: With "screenline" in 'culopt' cursorline highlight is wrong. Solution: Apply the priority logic also when "screenline is in 'culopt'. (closes #11696)
diff --git a/src/version.c b/src/version.c index f4e8d9f..ad9e52b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1048, +/**/ 1047, /**/ 1046,