comparison src/version.c @ 26009:990958e8c3a2

patch 8.2.3538: else-if indenting is confusing Commit: https://github.com/vim/vim/commit/d43d8e28db9afe693002a39e003ba1ece1a8319a Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Oct 19 13:44:52 2021 +0100 patch 8.2.3538: else-if indenting is confusing Problem: Else-if indenting is confusing. Solution: Add curly brackets. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/9017)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Oct 2021 14:45:03 +0200
parents 1d2e1c23e458
children 2fafae9c79e8
comparison
equal deleted inserted replaced
26008:7a335021103c 26009:990958e8c3a2
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3538,
760 /**/ 762 /**/
761 3537, 763 3537,
762 /**/ 764 /**/
763 3536, 765 3536,
764 /**/ 766 /**/