]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.526 v7.3.526
authorBram Moolenaar <Bram@vim.org>
Fri, 25 May 2012 09:04:38 +0000 (11:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 May 2012 09:04:38 +0000 (11:04 +0200)
Problem:    Confusing indenting for #ifdef.
Solution:   Remove and add indent. (Elias Diem)

src/normal.c
src/version.c

index 98f4a0a9f0772f6f3a6367c7d1d3571125433cf1..e3a02553f9d31320d7862c44ae48ca3583f069c1 100644 (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));
index 50c3d03d4e7234cd6a395c8b1c5ea408820dd9fe..9017505ff975bd9cdb0fa859984325279a007d05 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    526,
 /**/
     525,
 /**/