spell: towupper(),towlower() are not called

This commit is contained in:
Jan Edmund Lazo
2020-01-26 10:42:08 -05:00
parent d5322c8381
commit 0e1dd0a502
2 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,6 @@
#include <assert.h>
#include <string.h>
#include <wctype.h>
#include <wchar.h> // for towupper() and towlower()
#include <inttypes.h>
#include "nvim/vim.h"