]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.508 v7.4.508
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2014 12:07:53 +0000 (13:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2014 12:07:53 +0000 (13:07 +0100)
Problem:    When generating ja.sjis.po the header is not correctly adjusted.
Solution:   Check for the right header string. (Ken Takata)

src/po/sjiscorr.c
src/version.c

index fec4740c045ffe59b95daa732dec1058a40f6b0d..b8f7e632ad8860659cdf96cd9229deb809d7ac7c 100644 (file)
@@ -23,9 +23,8 @@ main(argc, argv)
                                fputs("charset=cp932", stdout);
                                p += 12;
                        }
-                       else if (strncmp(p, "ja.po - Japanese message file", 29) == 0)
+                       else if (strncmp(p, "# Original translations", 23) == 0)
                        {
-                               fputs("ja.sjis.po - Japanese message file for Vim (version 6.x)\n", stdout);
                                fputs("# generated from ja.po, DO NOT EDIT", stdout);
                                while (p[1] != '\n')
                                        ++p;
index 329bcd2aa8498d9c94ba8cd77e9e3aa95b62dd63..76ab14690d6e88b3fa8314c396526a4a79eb2aef 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    508,
 /**/
     507,
 /**/