summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-04-23 16:24:08 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-23 16:24:08 +0100
commitdcd40cfca0fe0e65d405ce9711745a8ec846c30c (patch)
treed27637dc3d150255a81d954c9f684c7d34766c10 /src/version.c
parentf39d9e9dca443e42920066be3a98fd9780e4ed33 (diff)
patch 9.0.1480: using popup menu may leave text in the command linev9.0.1480
Problem: Using popup menu may leave text in the command line. Solution: Clear the command line if the popup menu covered it. (Luuk van Baal, closes #12286)
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 b8cc4d99bd..c17109c44f 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 */
/**/
+ 1480,
+/**/
1479,
/**/
1478,