summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-18 13:46:42 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-18 13:46:42 +0200
commitdf9c6cad8cc318e26e99c3b055f0788e7d6582de (patch)
treed4dda056c1fb416f0a00d791c50629dab843dc57 /src/version.c
parentd6bcff457799e491c3d27880858ec08e758e1849 (diff)
patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713
Problem: Highlighting cursor line only works with popup_menu(). Solution: Add the "cursorline" property. (Naruhiko Nishino, closes #4671)
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 a6d1492e26..492e1ae29f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1713,
+/**/
1712,
/**/
1711,