updated for version 7.3.526

Problem:    Confusing indenting for #ifdef.
Solution:   Remove and add indent. (Elias Diem)
This commit is contained in:
Bram Moolenaar
2012-05-25 11:04:38 +02:00
parent b89b88b009
commit ba4f6a211f
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ static int restart_VIsual_select = 0;
static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
#endif
static int
# ifdef __BORLANDC__
_RTLENTRYF
# endif
#ifdef __BORLANDC__
_RTLENTRYF
#endif
nv_compare __ARGS((const void *s1, const void *s2));
static int find_command __ARGS((int cmdchar));
static void op_colon __ARGS((oparg_T *oap));
+2
View File
@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
526,
/**/
525,
/**/