summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-07 13:56:44 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-07 13:56:44 +0000
commit54969f4ef5825205ecde09ea80f4087fc3b68e5d (patch)
treea33efdb636d52d421266829a530a15e8f3cedb16 /src/version.c
parent63ff72aab91679725077eab5c5405267792268bd (diff)
downloadvim-git-54969f4ef5825205ecde09ea80f4087fc3b68e5d.tar.gz
patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318
Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
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 956df653a..f30ba25f5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4318,
+/**/
4317,
/**/
4316,