summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-05-25 11:04:38 +0200
committerBram Moolenaar <Bram@vim.org>2012-05-25 11:04:38 +0200
commit0c50a6ba59c7cba6a5399faab196051df135c051 (patch)
tree28af0abf0495561a97d47c7833179de2c105eecc
parent17bd9dc2bd5621f1a6dbbfccca79b7e4ccf010c5 (diff)
updated for version 7.3.526v7.3.526
Problem: Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem)
-rw-r--r--src/normal.c6
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/src/normal.c b/src/normal.c
index 98f4a0a9f0..e3a02553f9 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -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));
diff --git a/src/version.c b/src/version.c
index 50c3d03d4e..9017505ff9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 526,
+/**/
525,
/**/
524,