summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-06 19:54:13 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-06 19:54:13 +0000
commit127969cf98000a760826ca3a0f3781a8b79522f1 (patch)
tree2d5f5f7f346883705b61aa44d94d3ab3e6b8dc0b /src/version.c
parentd523c7be5cf39174f3447e8ec498051cea381d27 (diff)
downloadvim-git-8.2.4520.tar.gz
patch 8.2.4520: using wrong highlight for cursor line numberv8.2.4520
Problem: Using wrong highlight for cursor line number. Solution: Take filler lines into account when using CursorLineNr. (closes #9897)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 800b8fc55..9753167ad 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4520,
+/**/
4519,
/**/
4518,