feat!: make iconv a non-optional dep

This commit is contained in:
Lewis Russell
2023-01-23 16:33:45 +00:00
committed by GitHub
parent 3b75485043
commit f08051c2e6
12 changed files with 37 additions and 133 deletions

View File

@@ -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",