1
0
forked from aniani/vim

patch 9.0.0872: code is indented more than needed

Problem:    Code is indented more than needed.
Solution:   Return early. (Yegappan Lakshmanan, closes #11538)
This commit is contained in:
Yegappan Lakshmanan
2022-11-13 18:11:17 +00:00
committed by Bram Moolenaar
parent 3b014befa0
commit 623e94e138
2 changed files with 116 additions and 111 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
872,
/**/
871,
/**/