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

@@ -352,16 +352,12 @@ void add_to_input_buf_csi(char_u *str, int len) {
#endif
#if defined(FEAT_GUI) || defined(FEAT_EVAL) || defined(FEAT_EX_EXTRA) \
|| defined(PROTO)
/* Remove everything from the input buffer. Called when ^C is found */
void trash_input_buf(void)
{
inbufcount = 0;
}
#endif
/*
* Read as much data from the input buffer as possible up to maxlen, and store
* it in buf.