diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-06-05 11:23:30 +0300 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2014-08-02 09:16:59 +0300 |
commit | e1dd98512f2cf7273da932211b6f47fd03e4c40a (patch) | |
tree | c33f938ac2c2afb0a3b0cae81cfefe2c46cc9dcf /src/nvim/spell.c | |
parent | 2e831e56c7579653ce86014326b88d6a7221b7fb (diff) | |
download | rneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.tar.gz rneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.tar.bz2 rneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.zip |
Remove EBCDIC: Clean up comments
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r-- | src/nvim/spell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c index 8ef67c95f7..875f34f55c 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -8009,7 +8009,6 @@ static void init_spellfile(void) } // Init the chartab used for spelling for ASCII. -// EBCDIC is not supported! static void clear_spell_chartab(spelltab_T *sp) { int i; |