mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove EBCDIC: remove last #ifdef EBCDIC
This commit is contained in:
parent
e1dd98512f
commit
8991609393
@ -1995,7 +1995,7 @@ void set_init_1(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(MSWIN) || defined(EBCDIC) || defined(MAC)
|
||||
#if defined(MSWIN) || defined(MAC)
|
||||
/* Set print encoding on platforms that don't default to latin1 */
|
||||
set_string_default("penc",
|
||||
(char_u *)"hp-roman8"
|
||||
|
Loading…
Reference in New Issue
Block a user