mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
feat!: make iconv a non-optional dep
This commit is contained in:
@@ -3082,9 +3082,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, EvalFuncData fptr)
|
||||
"fork",
|
||||
#endif
|
||||
"gettext",
|
||||
#if defined(HAVE_ICONV)
|
||||
"iconv",
|
||||
#endif
|
||||
"insert_expand",
|
||||
"jumplist",
|
||||
"keymap",
|
||||
|
Reference in New Issue
Block a user