]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.526
- up to 7.3.600
[packages/vim.git] / 7.3.526
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.526
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.526
11 Problem:    Confusing indenting for #ifdef.
12 Solution:   Remove and add indent. (Elias Diem)
13 Files:      src/normal.c
14
15
16 *** ../vim-7.3.525/src/normal.c 2012-04-30 18:18:43.000000000 +0200
17 --- src/normal.c        2012-05-23 20:35:13.000000000 +0200
18 ***************
19 *** 29,37 ****
20   static void   set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
21   #endif
22   static int
23 ! # ifdef __BORLANDC__
24 ! _RTLENTRYF
25 ! # endif
26                 nv_compare __ARGS((const void *s1, const void *s2));
27   static int    find_command __ARGS((int cmdchar));
28   static void   op_colon __ARGS((oparg_T *oap));
29 --- 29,37 ----
30   static void   set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
31   #endif
32   static int
33 ! #ifdef __BORLANDC__
34 !     _RTLENTRYF
35 ! #endif
36                 nv_compare __ARGS((const void *s1, const void *s2));
37   static int    find_command __ARGS((int cmdchar));
38   static void   op_colon __ARGS((oparg_T *oap));
39 *** ../vim-7.3.525/src/version.c        2012-05-25 11:02:34.000000000 +0200
40 --- src/version.c       2012-05-25 11:03:37.000000000 +0200
41 ***************
42 *** 716,717 ****
43 --- 716,719 ----
44   {   /* Add new patch number below this line */
45 + /**/
46 +     526,
47   /**/
48
49 -- 
50 While it's true that many normal people whould prefer not to _date_ an
51 engineer, most normal people harbor an intense desire to _mate_ with them,
52 thus producing engineerlike children who will have high-paying jobs long
53 before losing their virginity.
54                                 (Scott Adams - The Dilbert principle)
55
56  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
57 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
58 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
59  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.023784 seconds and 3 git commands to generate.