]> git.pld-linux.org Git - packages/vim.git/commitdiff
- gettext patch - treating \ in multi-byte characters has changed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Apr 2001 22:43:07 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-gettext.patch -> 1.1
    vim.spec -> 1.56

vim-gettext.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-gettext.patch b/vim-gettext.patch
new file mode 100644 (file)
index 0000000..b66c9e2
--- /dev/null
@@ -0,0 +1,57 @@
+--- vim60z.orig/src/po/zh_TW.po        Tue Feb 20 12:33:33 2001
++++ vim60z/src/po/zh_TW.po     Sat Apr 14 16:33:48 2001
+@@ -871,7 +871,7 @@
+ #: ex_docmd.c:2955
+ msgid "Only one file name allowed"
+-msgstr "¥u¤¹³\\¤@­ÓÀÉ"
++msgstr "¥u¤¹³\¤@­ÓÀÉ"
+ #: ex_docmd.c:3502
+ #, c-format
+@@ -1075,8 +1075,8 @@
+ #: ex_docmd.c:8325
+ #, c-format
+ msgid "Searching for \"%s\""
+-msgstr "·j´MÜ \"%s\""
++msgstr "·j´M \"%s\""
+ #: ex_docmd.c:8345
+ #, c-format
+@@ -3006,7 +3006,7 @@
+ "--- Menus ---"
+ msgstr ""
+ "\n"
+-"--- ¥\\¯àªí ---"
++"--- ¥\¯àªí ---"
+ #: menu.c:1820
+ #~ msgid "Tear off this menu"
+@@ -3019,7 +3019,7 @@
+ #: menu.c:1905
+ #, c-format
+ msgid "Menu not found: %s"
+-msgstr "[¥\\¯àªí] §ä¤£¨ì %s"
++msgstr "[¥\¯àªí] §ä¤£¨ì %s"
+ #: menu.c:1974
+ #, c-format
+@@ -4504,7 +4504,7 @@
+ #: version.c:702
+ msgid "  Features included (+) or not (-):\n"
+-msgstr " ¥Ø«e¥i¨Ï¥Î(+) »P¤£¥i¨Ï¥Î(-)ªº¥\\¯à¦Cªí:\n"
++msgstr " ¥Ø«e¥i¨Ï¥Î(+) »P¤£¥i¨Ï¥Î(-)ªº¥\¯à¦Cªí:\n"
+ #: version.c:714
+ msgid "   system vimrc file: \""
+@@ -4880,7 +4880,7 @@
+ #: globals.h:973
+ msgid "Not allowed in sandbox"
+-msgstr "sandbox ¸Ì¤£¤¹³\\"
++msgstr "sandbox ¸Ì¤£¤¹³\"
+ #: globals.h:975
+ msgid "Invalid scroll size"
index 0a73616a3c312dbc2a1346a1c82552c4e804ba6c..970e6a9e85813e1728785ba8faab26af2da7f952 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -33,6 +33,7 @@ Patch2:               %{name}-lilo.patch
 Patch3:                %{name}-phphighlight.patch
 Patch4:                %{name}-paths.patch
 Patch5:                %{name}-speed_t.patch
+Patch6:                %{name}-gettext.patch
 URL:           http://www.vim.org/
 BuildRequires: ncurses-devel
 %{!?bcond_off_static:BuildRequires:    ncurses-static}
@@ -197,6 +198,7 @@ biblioteki GNOME.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 cd src
This page took 0.082137 seconds and 4 git commands to generate.