]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-016 v7.0.016
authorBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 15:06:23 +0000 (15:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 15:06:23 +0000 (15:06 +0000)
src/mbyte.c
src/version.c

index e1c59475eb51e8c16dca76eb53c44fceae9ec3a1..c48da8e3d71a1118cec7b066799addc52357412b 100644 (file)
@@ -311,7 +311,11 @@ enc_canon_table[] =
 
 #define IDX_MACROMAN   57
     {"macroman",       ENC_8BIT + ENC_MACROMAN, 0},    /* Mac OS */
-#define IDX_COUNT      58
+#define IDX_DECMCS     58
+    {"dec-mcs",                ENC_8BIT,               0},     /* DEC MCS */
+#define IDX_HPROMAN8   59
+    {"hp-roman8",      ENC_8BIT,               0},     /* HP Roman8 */
+#define IDX_COUNT      60
 };
 
 /*
@@ -386,6 +390,7 @@ enc_alias_table[] =
     {"950",            IDX_BIG5},
 #endif
     {"mac",            IDX_MACROMAN},
+    {"mac-roman",      IDX_MACROMAN},
     {NULL,             0}
 };
 
index 2e8714b6e9c65724542d4da149983bc6710c54cf..195e7c07d9978df93db30a20a5ee31ae2a8d2b62 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    16,
 /**/
     15,
 /**/