comparison src/normal.c @ 3531:257c2878e0fc v7.3.526

updated for version 7.3.526 Problem: Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 May 2012 11:04:38 +0200
parents 75037f9bc97a
children d83218a156dd
comparison
equal deleted inserted replaced
3530:469e04f9fade 3531:257c2878e0fc
27 27
28 #ifdef FEAT_EVAL 28 #ifdef FEAT_EVAL
29 static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount)); 29 static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
30 #endif 30 #endif
31 static int 31 static int
32 # ifdef __BORLANDC__ 32 #ifdef __BORLANDC__
33 _RTLENTRYF 33 _RTLENTRYF
34 # endif 34 #endif
35 nv_compare __ARGS((const void *s1, const void *s2)); 35 nv_compare __ARGS((const void *s1, const void *s2));
36 static int find_command __ARGS((int cmdchar)); 36 static int find_command __ARGS((int cmdchar));
37 static void op_colon __ARGS((oparg_T *oap)); 37 static void op_colon __ARGS((oparg_T *oap));
38 static void op_function __ARGS((oparg_T *oap)); 38 static void op_function __ARGS((oparg_T *oap));
39 #if defined(FEAT_MOUSE) && defined(FEAT_VISUAL) 39 #if defined(FEAT_MOUSE) && defined(FEAT_VISUAL)