Problem: Build error with +cindent but without +smartindent.
Solution: Move declaration of "do_cindent". (John Marriott)
char_u *p;
int saved_char = NUL; // init for GCC
pos_T *pos;
+#ifdef FEAT_CINDENT
+ int do_cindent;
+#endif
#ifdef FEAT_SMARTINDENT
int do_si = (!p_paste && curbuf->b_p_si
# ifdef FEAT_CINDENT
&& *curbuf->b_p_inde == NUL
# endif
);
-#ifdef FEAT_CINDENT
- int do_cindent;
-#endif
int no_si = FALSE; // reset did_si afterwards
int first_char = NUL; // init for GCC
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3791,
/**/
3790,
/**/