summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-22 13:44:28 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-22 13:44:28 +0100
commit97acfc781bdb7fa2838dc6e0e7f9952ea61bb2fd (patch)
tree41197a3b39753aae79e6a91fd2396c413a2ebf6b /src/version.c
parentce436de5a9b94886baf023b3d22193cc68d0e9d1 (diff)
downloadvim-git-97acfc781bdb7fa2838dc6e0e7f9952ea61bb2fd.tar.gz
patch 8.2.0424: checking for wrong return valuev8.2.0424
Problem: Checking for wrong return value. (Tom) Solution: Invert the check and fix the test.
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 198c42adf..166c1d488 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 424,
+/**/
423,
/**/
422,