mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-255
This commit is contained in:
@@ -360,6 +360,12 @@ enc_alias_table[] =
|
|||||||
{"ucs4be", IDX_UCS4},
|
{"ucs4be", IDX_UCS4},
|
||||||
{"ucs-4be", IDX_UCS4},
|
{"ucs-4be", IDX_UCS4},
|
||||||
{"ucs4le", IDX_UCS4LE},
|
{"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},
|
{"932", IDX_CP932},
|
||||||
{"949", IDX_CP949},
|
{"949", IDX_CP949},
|
||||||
{"936", IDX_CP936},
|
{"936", IDX_CP936},
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
255,
|
||||||
/**/
|
/**/
|
||||||
254,
|
254,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user