diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 | 
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 | 
| commit | c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d (patch) | |
| tree | 66646d20eaa7cf59b3866f9671fee2c39a276e69 /src/eval.c | |
| parent | 7f23ec398de634ead63948a0dc5e52ea3cfb34a1 (diff) | |
| download | rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.gz rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.bz2 rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.zip | |
Remove remaining hangul-related code
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/eval.c b/src/eval.c index d5ed1b1e04..f8e6c5320c 100644 --- a/src/eval.c +++ b/src/eval.c @@ -10246,7 +10246,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)      "fork",  #endif      "gettext", -    "hangul_input",  #if defined(HAVE_ICONV_H) && defined(USE_ICONV)      "iconv",  #endif | 
