Remove FEAT_EVAL

Support for VimScript, :let, :if, etc.
This commit is contained in:
Hinidu
2014-04-11 23:58:31 +03:00
committed by Justin M. Keyes
parent 5f2ccb94d2
commit a29b94e2f9
9 changed files with 3 additions and 27 deletions

View File

@@ -156,7 +156,6 @@ int msg(char_u *s)
return msg_attr_keep(s, 0, FALSE);
}
#if defined(FEAT_EVAL) || defined(FEAT_GUI_GTK) || defined(PROTO)
/*
* Like msg() but keep it silent when 'verbosefile' is set.
*/
@@ -170,7 +169,6 @@ int verb_msg(char_u *s)
return n;
}
#endif
int msg_attr(char_u *s, int attr)
{
@@ -3054,7 +3052,6 @@ int vim_dialog_yesnoallcancel(int type, char_u *title, char_u *message, int dflt
#if defined(FEAT_EVAL)
static char *e_printf = N_("E766: Insufficient arguments for printf()");
static long tv_nr(typval_T *tvs, int *idxp);
@@ -3120,7 +3117,6 @@ static double tv_float(typval_T *tvs, int *idxp)
}
return f;
}
#endif
/*
* This code was included to provide a portable vsnprintf() and snprintf().