0
0
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:
Bram Moolenaar
2008-02-20 10:29:39 +00:00
parent c87841ca3d
commit 5360af919e
2 changed files with 8 additions and 0 deletions

View File

@@ -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},

View File

@@ -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,
/**/ /**/