]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.205
- updated to 1.15
[packages/vim.git] / 7.0.205
1 To: vim-dev@vim.org
2 Subject: patch 7.0.205
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.205 (after 7.0.203)
11 Problem:    Can't compile.
12 Solution:   Always include the vim_strsave_escape_csi function.
13 Files:      src/getchar.c
14
15
16 *** ../vim-7.0.204/src/getchar.c        Tue Dec  5 21:45:20 2006
17 --- src/getchar.c       Tue Feb 27 23:04:38 2007
18 ***************
19 *** 4401,4407 ****
20   }
21   #endif
22   
23 - #if defined(FEAT_EVAL) || defined(PROTO)
24   /*
25    * Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
26    * can be put in the typeahead buffer.
27 --- 4405,4410 ----
28 ***************
29 *** 4440,4446 ****
30       }
31       return res;
32   }
33 - #endif
34   
35   /*
36    * Write map commands for the current mappings to an .exrc file.
37 --- 4443,4448 ----
38 *** ../vim-7.0.204/src/version.c        Tue Feb 27 18:11:55 2007
39 --- src/version.c       Tue Feb 27 23:05:15 2007
40 ***************
41 *** 668,669 ****
42 --- 668,671 ----
43   {   /* Add new patch number below this line */
44 + /**/
45 +     205,
46   /**/
47
48 -- 
49 hundred-and-one symptoms of being an internet addict:
50 218. Your spouse hands you a gift wrapped magnet with your PC's name
51      on it and you accuse him or her of genocide.
52
53  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
54 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
55 \\\        download, build and distribute -- http://www.A-A-P.org        ///
56  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.025275 seconds and 3 git commands to generate.