mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
Remove FEAT_EVAL
Support for VimScript, :let, :if, etc.
This commit is contained in:
@@ -1493,7 +1493,7 @@ retry:
|
||||
/* Detected a UTF-8 error. */
|
||||
rewind_retry:
|
||||
/* Retry reading with another conversion. */
|
||||
# if defined(FEAT_EVAL) && defined(USE_ICONV)
|
||||
# ifdef USE_ICONV
|
||||
if (*p_ccv != NUL && iconv_fd != (iconv_t)-1)
|
||||
/* iconv() failed, try 'charconvert' */
|
||||
did_iconv = TRUE;
|
||||
|
Reference in New Issue
Block a user