diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-26 10:42:08 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-26 17:44:24 -0500 |
commit | 0e1dd0a502c4a1b83dd5c338566fc097958f6eb5 (patch) | |
tree | b67c63bb0a1011f96ffca9eed8debe700bf62b5c /src/nvim/charset.c | |
parent | d5322c838141db93a136a58e6edb3a8304526934 (diff) | |
download | rneovim-0e1dd0a502c4a1b83dd5c338566fc097958f6eb5.tar.gz rneovim-0e1dd0a502c4a1b83dd5c338566fc097958f6eb5.tar.bz2 rneovim-0e1dd0a502c4a1b83dd5c338566fc097958f6eb5.zip |
spell: towupper(),towlower() are not called
Diffstat (limited to 'src/nvim/charset.c')
-rw-r--r-- | src/nvim/charset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/charset.c b/src/nvim/charset.c index e9140f8ec5..0f9e2e23c0 100644 --- a/src/nvim/charset.c +++ b/src/nvim/charset.c @@ -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" |