]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.198
- initial import
[packages/vim.git] / 6.2.198
CommitLineData
d02ad552
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.198
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 6.2.198
11Problem: A few messages are not translated. (Ernest Adrogue)
12Solution: Mark the messages to be translated.
13Files: src/ex_cmds.c
14
15
16*** ../vim-6.2.197/src/ex_cmds.c Sun Jan 18 21:12:26 2004
17--- src/ex_cmds.c Mon Jan 19 14:31:14 2004
18***************
19*** 5712,5720 ****
20 msg_outtrans(sp->sn_icon);
21 #ifdef FEAT_SIGN_ICONS
22 if (sp->sn_image == NULL)
23! MSG_PUTS(" (NOT FOUND)");
24 #else
25! MSG_PUTS(" (not supported)");
26 #endif
27 }
28 if (sp->sn_text != NULL)
29--- 5711,5719 ----
30 msg_outtrans(sp->sn_icon);
31 #ifdef FEAT_SIGN_ICONS
32 if (sp->sn_image == NULL)
33! MSG_PUTS(_(" (NOT FOUND)"));
34 #else
35! MSG_PUTS(_(" (not supported)"));
36 #endif
37 }
38 if (sp->sn_text != NULL)
39*** ../vim-6.2.197/src/version.c Sun Jan 25 19:32:46 2004
40--- src/version.c Sun Jan 25 19:33:59 2004
41***************
42*** 639,640 ****
43--- 639,642 ----
44 { /* Add new patch number below this line */
45+ /**/
46+ 198,
47 /**/
48
49--
50Living on Earth includes an annual free trip around the Sun.
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
55 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.029554 seconds and 4 git commands to generate.