]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.520 v7.4.520
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Nov 2014 16:05:55 +0000 (17:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Nov 2014 16:05:55 +0000 (17:05 +0100)
Problem:    Sun PCK locale is not recognzed.
Solution:   Add PCK in the table. (Keiichi Oono)

src/mbyte.c
src/version.c

index 44cbd5f82ba1f4b085c46050cd28f77ee3020877..0531f18116817ad93a37603185d061dbd4b38b07 100644 (file)
@@ -405,6 +405,7 @@ enc_alias_table[] =
     {"unix-jis",       IDX_EUC_JP},
     {"ujis",           IDX_EUC_JP},
     {"shift-jis",      IDX_SJIS},
+    {"pck",            IDX_SJIS},      /* Sun: PCK */
     {"euckr",          IDX_EUC_KR},
     {"5601",           IDX_EUC_KR},    /* Sun: KS C 5601 */
     {"euccn",          IDX_EUC_CN},
index 88a57b9d7077538b28c69a12234a54e4074b5f6d..20cafae10735cc7d4984b0a9795cc5c77b2b2cca 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    520,
 /**/
     519,
 /**/