summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorGianmaria Bajo <mg1979.git@gmail.com>2023-03-10 16:35:53 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-10 16:35:53 +0000
commit6a7c7749204b256e779c245b1e999bf852ad7b64 (patch)
tree4c71d0f915d2bb3df31acb34f4178de49a94b575 /src/version.c
parentbe19d78c3d44221cbc38fbb5bac19302345c1def (diff)
patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397
Problem: Highlight for popupmenu kind and extra cannot be set. Solution: Add PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel highlight groups and use them. (Gianmaria Bajo, closes #12114)
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 24c6fa307e..b81b38d955 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1397,
+/**/
1396,
/**/
1395,