]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-255 v7.1.255
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 10:29:39 +0000 (10:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 10:29:39 +0000 (10:29 +0000)
src/mbyte.c
src/version.c

index a7bf5c1c25faef0770a7d28ce11ef21dcace4930..f881275404900063b37afb2cd7771aef22ec978a 100644 (file)
@@ -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},
index 02e108e4f791e6821e57fa1ffb0b0d1787a95fe9..1c44e3eeab1113c3ac22a3287a9bff98926f6dd7 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    255,
 /**/
     254,
 /**/