summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 17:58:27 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 17:58:27 +0100
commit20ebbeac461ffc2a5e5dbfbb0ba380b8854615bd (patch)
tree111206818a0c610bf163767bbc4c72708c5fde4a /src/version.c
parent91359014b359cf816bf943fe2c7d492996263def (diff)
patch 8.1.2365: missing tests for recent popupwin changesv8.1.2365
Problem: Missing tests for recent popupwin changes. Solution: Add test cases.
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 7bc97da6a2..d4e0861515 100644
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2365,
+/**/
2364,
/**/
2363,