]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.205
- new
[packages/vim.git] / 7.0.205
CommitLineData
9b1d76b7
AG
1To: vim-dev@vim.org
2Subject: patch 7.0.205
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.205 (after 7.0.203)
11Problem: Can't compile.
12Solution: Always include the vim_strsave_escape_csi function.
13Files: 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--
49hundred-and-one symptoms of being an internet addict:
50218. 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.054433 seconds and 4 git commands to generate.