|
Karsten Hopp |
ce6f58 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
ce6f58 |
Subject: Patch 7.2.062
|
|
Karsten Hopp |
ce6f58 |
Fcc: outbox
|
|
Karsten Hopp |
ce6f58 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
ce6f58 |
Mime-Version: 1.0
|
|
Karsten Hopp |
ce6f58 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
ce6f58 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
ce6f58 |
------------
|
|
Karsten Hopp |
ce6f58 |
|
|
Karsten Hopp |
ce6f58 |
Patch 7.2.062
|
|
Karsten Hopp |
ce6f58 |
Problem: "[Scratch]" is not translated.
|
|
Karsten Hopp |
ce6f58 |
Solution: Mark the string for translation. (Dominique Pelle)
|
|
Karsten Hopp |
ce6f58 |
Files: src/buffer.c
|
|
Karsten Hopp |
ce6f58 |
|
|
Karsten Hopp |
ce6f58 |
|
|
Karsten Hopp |
ce6f58 |
*** ../vim-7.2.061/src/buffer.c Sat Nov 15 16:05:30 2008
|
|
Karsten Hopp |
ce6f58 |
--- src/buffer.c Tue Dec 2 21:51:02 2008
|
|
Karsten Hopp |
ce6f58 |
***************
|
|
Karsten Hopp |
ce6f58 |
*** 5118,5124 ****
|
|
Karsten Hopp |
ce6f58 |
{
|
|
Karsten Hopp |
ce6f58 |
if (buf->b_sfname != NULL)
|
|
Karsten Hopp |
ce6f58 |
return (char *)buf->b_sfname;
|
|
Karsten Hopp |
ce6f58 |
! return "[Scratch]";
|
|
Karsten Hopp |
ce6f58 |
}
|
|
Karsten Hopp |
ce6f58 |
#endif
|
|
Karsten Hopp |
ce6f58 |
if (buf->b_fname == NULL)
|
|
Karsten Hopp |
ce6f58 |
--- 5118,5124 ----
|
|
Karsten Hopp |
ce6f58 |
{
|
|
Karsten Hopp |
ce6f58 |
if (buf->b_sfname != NULL)
|
|
Karsten Hopp |
ce6f58 |
return (char *)buf->b_sfname;
|
|
Karsten Hopp |
ce6f58 |
! return _("[Scratch]");
|
|
Karsten Hopp |
ce6f58 |
}
|
|
Karsten Hopp |
ce6f58 |
#endif
|
|
Karsten Hopp |
ce6f58 |
if (buf->b_fname == NULL)
|
|
Karsten Hopp |
ce6f58 |
*** ../vim-7.2.061/src/version.c Wed Dec 3 09:51:19 2008
|
|
Karsten Hopp |
ce6f58 |
--- src/version.c Wed Dec 3 11:20:30 2008
|
|
Karsten Hopp |
ce6f58 |
***************
|
|
Karsten Hopp |
ce6f58 |
*** 678,679 ****
|
|
Karsten Hopp |
ce6f58 |
--- 678,681 ----
|
|
Karsten Hopp |
ce6f58 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
ce6f58 |
+ /**/
|
|
Karsten Hopp |
ce6f58 |
+ 62,
|
|
Karsten Hopp |
ce6f58 |
/**/
|
|
Karsten Hopp |
ce6f58 |
|
|
Karsten Hopp |
ce6f58 |
--
|
|
Karsten Hopp |
ce6f58 |
DENNIS: Listen -- strange women lying in ponds distributing swords is no
|
|
Karsten Hopp |
ce6f58 |
basis for a system of government. Supreme executive power derives
|
|
Karsten Hopp |
ce6f58 |
from a mandate from the masses, not from some farcical aquatic
|
|
Karsten Hopp |
ce6f58 |
ceremony.
|
|
Karsten Hopp |
ce6f58 |
The Quest for the Holy Grail (Monty Python)
|
|
Karsten Hopp |
ce6f58 |
|
|
Karsten Hopp |
ce6f58 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
ce6f58 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
ce6f58 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
ce6f58 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|