From: Bram Moolenaar Date: Wed, 20 Feb 2008 10:29:39 +0000 (+0000) Subject: updated for version 7.1-255 X-Git-Tag: v7.1.255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5360af919e2577a18053883d477d1af5a84e19f0;p=vim updated for version 7.1-255 --- diff --git a/src/mbyte.c b/src/mbyte.c index a7bf5c1c2..f88127540 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -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}, diff --git a/src/version.c b/src/version.c index 02e108e4f..1c44e3eea 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 255, /**/ 254, /**/