We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4270437 commit 728f395Copy full SHA for 728f395
src/po/sjiscorr.c
@@ -23,9 +23,8 @@ main(argc, argv)
23
fputs("charset=cp932", stdout);
24
p += 12;
25
}
26
- else if (strncmp(p, "ja.po - Japanese message file", 29) == 0)
+ else if (strncmp(p, "# Original translations", 23) == 0)
27
{
28
- fputs("ja.sjis.po - Japanese message file for Vim (version 6.x)\n", stdout);
29
fputs("# generated from ja.po, DO NOT EDIT", stdout);
30
while (p[1] != '\n')
31
++p;
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 508,
746
/**/
747
507,
748
0 commit comments