commit | 127969cf98000a760826ca3a0f3781a8b79522f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 19:54:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 19:54:13 2022 +0000 |
tree | 2d5f5f7f346883705b61aa44d94d3ab3e6b8dc0b | |
parent | d523c7be5cf39174f3447e8ec498051cea381d27 [diff] [blame] |
patch 8.2.4520: using wrong highlight for cursor line number Problem: Using wrong highlight for cursor line number. Solution: Take filler lines into account when using CursorLineNr. (closes #9897)
diff --git a/src/version.c b/src/version.c index 800b8fc..9753167 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4520, +/**/ 4519, /**/ 4518,