forked from aniani/vim
updated for version 7.1-255
This commit is contained in:
@@ -360,6 +360,12 @@ enc_alias_table[] =
|
||||
{"ucs4be", IDX_UCS4},
|
||||
{"ucs-4be", IDX_UCS4},
|
||||
{"ucs4le", IDX_UCS4LE},
|
||||
{"utf32", IDX_UCS4},
|
||||
{"utf-32", IDX_UCS4},
|
||||
{"utf32be", IDX_UCS4},
|
||||
{"utf-32be", IDX_UCS4},
|
||||
{"utf32le", IDX_UCS4LE},
|
||||
{"utf-32le", IDX_UCS4LE},
|
||||
{"932", IDX_CP932},
|
||||
{"949", IDX_CP949},
|
||||
{"936", IDX_CP936},
|
||||
|
Reference in New Issue
Block a user