commit | df9c6cad8cc318e26e99c3b055f0788e7d6582de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 13:46:42 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 13:46:42 2019 +0200 |
tree | d4dda056c1fb416f0a00d791c50629dab843dc57 | |
parent | d6bcff457799e491c3d27880858ec08e758e1849 [diff] [blame] |
patch 8.1.1713: highlighting cursor line only works with popup_menu() Problem: Highlighting cursor line only works with popup_menu(). Solution: Add the "cursorline" property. (Naruhiko Nishino, closes #4671)
diff --git a/src/version.c b/src/version.c index a6d1492..492e1ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1713, +/**/ 1712, /**/ 1711,