mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.0-016
This commit is contained in:
parent
9fb0e137ec
commit
ae177eb24f
@ -311,7 +311,11 @@ enc_canon_table[] =
|
|||||||
|
|
||||||
#define IDX_MACROMAN 57
|
#define IDX_MACROMAN 57
|
||||||
{"macroman", ENC_8BIT + ENC_MACROMAN, 0}, /* Mac OS */
|
{"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},
|
{"950", IDX_BIG5},
|
||||||
#endif
|
#endif
|
||||||
{"mac", IDX_MACROMAN},
|
{"mac", IDX_MACROMAN},
|
||||||
|
{"mac-roman", IDX_MACROMAN},
|
||||||
{NULL, 0}
|
{NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
16,
|
||||||
/**/
|
/**/
|
||||||
15,
|
15,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user