diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-06-05 13:39:58 +0300 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2014-08-02 09:16:59 +0300 |
commit | 8991609393e8f6ae1248cc312aece546f718e0ec (patch) | |
tree | 00b123db0da29fcb5c3d46e20ef531d37921d77b /src | |
parent | e1dd98512f2cf7273da932211b6f47fd03e4c40a (diff) | |
download | rneovim-8991609393e8f6ae1248cc312aece546f718e0ec.tar.gz rneovim-8991609393e8f6ae1248cc312aece546f718e0ec.tar.bz2 rneovim-8991609393e8f6ae1248cc312aece546f718e0ec.zip |
Remove EBCDIC: remove last #ifdef EBCDIC
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 28bbfb41e7..fa51f85300 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -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" |