mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
vim-patch:7.4.520
Problem: Sun PCK locale is not recognzed. Solution: Add PCK in the table. (Keiichi Oono) https://code.google.com/p/vim/source/detail?r=v7-4-520
This commit is contained in:
parent
df05574c97
commit
89bab9b90e
@ -347,6 +347,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},
|
||||
|
@ -218,7 +218,7 @@ static int included_patches[] = {
|
||||
//523 NA
|
||||
//522,
|
||||
//521,
|
||||
//520,
|
||||
520,
|
||||
//519,
|
||||
//518,
|
||||
//517,
|
||||
|
Loading…
Reference in New Issue
Block a user