]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.062
- new
[packages/vim.git] / 7.2.062
CommitLineData
65bfde4c
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.062
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.2.062
11Problem: "[Scratch]" is not translated.
12Solution: Mark the string for translation. (Dominique Pelle)
13Files: src/buffer.c
14
15
16*** ../vim-7.2.061/src/buffer.c Sat Nov 15 16:05:30 2008
17--- src/buffer.c Tue Dec 2 21:51:02 2008
18***************
19*** 5118,5124 ****
20 {
21 if (buf->b_sfname != NULL)
22 return (char *)buf->b_sfname;
23! return "[Scratch]";
24 }
25 #endif
26 if (buf->b_fname == NULL)
27--- 5118,5124 ----
28 {
29 if (buf->b_sfname != NULL)
30 return (char *)buf->b_sfname;
31! return _("[Scratch]");
32 }
33 #endif
34 if (buf->b_fname == NULL)
35*** ../vim-7.2.061/src/version.c Wed Dec 3 09:51:19 2008
36--- src/version.c Wed Dec 3 11:20:30 2008
37***************
38*** 678,679 ****
39--- 678,681 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 62,
43 /**/
44
45--
46DENNIS: Listen -- strange women lying in ponds distributing swords is no
47 basis for a system of government. Supreme executive power derives
48 from a mandate from the masses, not from some farcical aquatic
49 ceremony.
50 The Quest for the Holy Grail (Monty Python)
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ download, build and distribute -- http://www.A-A-P.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.038101 seconds and 4 git commands to generate.