From e1dd98512f2cf7273da932211b6f47fd03e4c40a Mon Sep 17 00:00:00 2001 From: Pavel Platto Date: Thu, 5 Jun 2014 11:23:30 +0300 Subject: Remove EBCDIC: Clean up comments --- src/nvim/spell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/spell.c') 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; -- cgit