summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-08 17:12:01 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-08 17:12:01 +0200
commit3d2a3cbce873af861031a01e02694dcfae0c4582 (patch)
treed42cb9c8278b7bf9564b0c490fb994a53dd6c704 /src/version.c
parent4544bd2f247425c9dd743c76618dd70f53c72538 (diff)
downloadvim-git-3d2a3cbce873af861031a01e02694dcfae0c4582.tar.gz
patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009
Problem: Cursorline highlighting not updated in popup window. (Marko Mahnič) Solution: Check if the cursor position changed. (closes #4912)
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 b797a59d1..6f8855a82 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2009,
+/**/
2008,
/**/
2007,