From 5ae8094fb4f0ce462351eb6fda2f54859e23aa83 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 18:51:10 +0100 Subject: Remove BalloonEval --- src/ex_getln.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ex_getln.c') diff --git a/src/ex_getln.c b/src/ex_getln.c index 94daa3d4e6..498d53904c 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -1615,11 +1615,9 @@ getcmdline_prompt ( /* * Return TRUE when the text must not be changed and we can't switch to - * another window or buffer. Used when editing the command line, evaluating - * 'balloonexpr', etc. + * another window or buffer. Used when editing the command line etc. */ -int text_locked(void) -{ +int text_locked(void) { if (cmdwin_type != 0) return TRUE; return textlock != 0; -- cgit