]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.062
- updated to 7.2.102
[packages/vim.git] / 7.2.062
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.062
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.2.062
11 Problem:    "[Scratch]" is not translated.
12 Solution:   Mark the string for translation. (Dominique Pelle)
13 Files:      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 -- 
46 DENNIS:  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.023574 seconds and 3 git commands to generate.