Problem: Else-if indenting is confusing.
Solution: Add curly brackets. (Yegappan Lakshmanan, closes #9017)
attr = HL_TABLE()[id - 1].sg_gui;
else
#endif
- if (modec == 'c')
- attr = HL_TABLE()[id - 1].sg_cterm;
- else
- attr = HL_TABLE()[id - 1].sg_term;
+ {
+ if (modec == 'c')
+ attr = HL_TABLE()[id - 1].sg_cterm;
+ else
+ attr = HL_TABLE()[id - 1].sg_term;
+ }
if (attr & flag)
return (char_u *)"1";
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3538,
/**/
3537,
/**/