mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.526
Problem: Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem)
This commit is contained in:
@@ -29,9 +29,9 @@ static int restart_VIsual_select = 0;
|
|||||||
static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
|
static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
|
||||||
#endif
|
#endif
|
||||||
static int
|
static int
|
||||||
# ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
_RTLENTRYF
|
_RTLENTRYF
|
||||||
# endif
|
#endif
|
||||||
nv_compare __ARGS((const void *s1, const void *s2));
|
nv_compare __ARGS((const void *s1, const void *s2));
|
||||||
static int find_command __ARGS((int cmdchar));
|
static int find_command __ARGS((int cmdchar));
|
||||||
static void op_colon __ARGS((oparg_T *oap));
|
static void op_colon __ARGS((oparg_T *oap));
|
||||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
526,
|
||||||
/**/
|
/**/
|
||||||
525,
|
525,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user