summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-29 22:59:17 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-29 22:59:17 +0200
commita5639848cc85f1226abad0f3ecf46b7847ce3fef (patch)
treeb2e85b280b202831e15f3322c284d7b953738746 /src/version.c
parent95006e3dca099d3dc73d70d9872660308106e86c (diff)
patch 8.2.1542: Vim9: test with invalid SID does not work in the GUIv8.2.1542
Problem: Vim9: test with invalid SID does not work in the GUI. Solution: Skip the test in the GUI.
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 a76e129a56..1a66eb6a31 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1542,
+/**/
1541,
/**/
1540,