mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
Remove FEAT_EVAL
Support for VimScript, :let, :if, etc.
This commit is contained in:
@@ -3228,8 +3228,7 @@ void ex_checktime(exarg_T *eap)
|
||||
no_check_timestamps = save_no_check_timestamps;
|
||||
}
|
||||
|
||||
#if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
|
||||
&& (defined(FEAT_EVAL) || defined(FEAT_MULTI_LANG))
|
||||
#if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
|
||||
# define HAVE_GET_LOCALE_VAL
|
||||
static char *get_locale_val(int what);
|
||||
|
||||
|
Reference in New Issue
Block a user