summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2022-04-07 13:26:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-07 13:26:34 +0100
commitf26c16144ddb27642c09f2cf5271afd163b36306 (patch)
treed4cfbbd4b403ba63982435b61a41fa71755f1716 /src/version.c
parentcb49a1d934d38cbc0d445af59b71ffe45cbcae75 (diff)
downloadvim-git-f26c16144ddb27642c09f2cf5271afd163b36306.tar.gz
patch 8.2.4704: using "else" after return or break increases indentv8.2.4704
Problem: Using "else" after return or break increases indent. Solution: Remove "else" and reduce indent. (Goc Dundar, closes #10099)
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 bbbfeb713..1bc106337 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 */
/**/
+ 4704,
+/**/
4703,
/**/
4702,