summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-05-13 15:06:23 +0000
committervimboss <devnull@localhost>2006-05-13 15:06:23 +0000
commitda01380462977dbd7288fc70ab5da5b9fc159d00 (patch)
treeac1e639a5df2f713525b2eafb09bf3c1ceb66bef
parent07f4f815e67f544d19b6c769c659cdd32dd51783 (diff)
downloadvim-da01380462977dbd7288fc70ab5da5b9fc159d00.tar.gz
updated for version 7.0-016v7.0.016v7-0-016
-rw-r--r--src/mbyte.c7
-rw-r--r--src/version.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index e1c59475..c48da8e3 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -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}
};
diff --git a/src/version.c b/src/version.c
index 2e8714b6..195e7c07 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 16,
+/**/
15,
/**/
14,