mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
Remove dec-mcs remnants
It was (apparently) the default character encoding file used for line printing on VMS, which is unsupported.
This commit is contained in:
@@ -289,11 +289,9 @@ enc_canon_table[] =
|
||||
|
||||
#define IDX_MACROMAN 57
|
||||
{"macroman", ENC_8BIT + ENC_MACROMAN, 0}, /* Mac OS */
|
||||
#define IDX_DECMCS 58
|
||||
{"dec-mcs", ENC_8BIT, 0}, /* DEC MCS */
|
||||
#define IDX_HPROMAN8 59
|
||||
#define IDX_HPROMAN8 58
|
||||
{"hp-roman8", ENC_8BIT, 0}, /* HP Roman8 */
|
||||
#define IDX_COUNT 60
|
||||
#define IDX_COUNT 59
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user