]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.314
- new
[packages/vim.git] / 7.2.314
CommitLineData
e40e3b19
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.314
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.314
11Problem: Missing function in small build.
12Solution: Always include concat_str.
13Files: src/misc1.c
14
15
16*** ../vim-7.2.313/src/misc1.c 2009-12-02 17:15:04.000000000 +0100
17--- src/misc1.c 2009-12-02 17:44:55.000000000 +0100
18***************
19*** 4666,4672 ****
20 return dest;
21 }
22
23- #if defined(FEAT_EVAL) || defined(FEAT_GETTEXT) || defined(PROTO)
24 /*
25 * Concatenate two strings and return the result in allocated memory.
26 * Returns NULL when out of memory.
27--- 4666,4671 ----
28***************
29*** 4687,4693 ****
30 }
31 return dest;
32 }
33- #endif
34
35 /*
36 * Add a path separator to a file name, unless it already ends in a path
37--- 4686,4691 ----
38*** ../vim-7.2.313/src/version.c 2009-12-02 17:15:04.000000000 +0100
39--- src/version.c 2009-12-02 17:47:18.000000000 +0100
40***************
41*** 683,684 ****
42--- 683,686 ----
43 { /* Add new patch number below this line */
44+ /**/
45+ 314,
46 /**/
47
48--
49hundred-and-one symptoms of being an internet addict:
509. All your daydreaming is preoccupied with getting a faster connection to the
51 net: 28.8...ISDN...cable modem...T1...T3.
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.03904 seconds and 4 git commands to generate.