iconv: re-enable

This seems to have been disabled in the transition from vim to neovim,
re-enable it.
This commit is contained in:
Nicolas Hillegeer
2014-11-01 18:34:42 +01:00
parent 3972715ce7
commit 8c5efd62ac
11 changed files with 78 additions and 46 deletions

View File

@@ -23,6 +23,7 @@
#endif
#include "nvim/ex_eval.h"
#include "nvim/iconv.h"
#include "nvim/mbyte.h"
#include "nvim/menu.h"
#include "nvim/syntax_defs.h"