From a29b94e2f95d06abd294c454adba819de079d2d2 Mon Sep 17 00:00:00 2001 From: Hinidu Date: Fri, 11 Apr 2014 23:58:31 +0300 Subject: Remove FEAT_EVAL Support for VimScript, :let, :if, etc. --- src/nvim/ui.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nvim/ui.c') diff --git a/src/nvim/ui.c b/src/nvim/ui.c index 1ef76d516c..e00ee8b8d0 100644 --- a/src/nvim/ui.c +++ b/src/nvim/ui.c @@ -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. -- cgit