commit | d43d8e28db9afe693002a39e003ba1ece1a8319a | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Oct 19 13:44:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 13:44:52 2021 +0100 |
tree | aae9630551f288dace8d7394b508770ac8a54611 | |
parent | 75c30e96cf280a8cc01ac01c41a9252db3e503cc [diff] [blame] |
patch 8.2.3538: else-if indenting is confusing Problem: Else-if indenting is confusing. Solution: Add curly brackets. (Yegappan Lakshmanan, closes #9017)
diff --git a/src/version.c b/src/version.c index 2e076cb..2a3e08d 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3538, +/**/ 3537, /**/ 3536,