aboutsummaryrefslogtreecommitdiff
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 18:51:10 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commit5ae8094fb4f0ce462351eb6fda2f54859e23aa83 (patch)
tree880d95c016a017bcdf95bbbf03331e908cb975a4 /src/ex_getln.c
parentfe7160b1d792bed2d440a478f2d981fa4e863e8e (diff)
downloadrneovim-5ae8094fb4f0ce462351eb6fda2f54859e23aa83.tar.gz
rneovim-5ae8094fb4f0ce462351eb6fda2f54859e23aa83.tar.bz2
rneovim-5ae8094fb4f0ce462351eb6fda2f54859e23aa83.zip
Remove BalloonEval
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c6
1 files changed, 2 insertions, 4 deletions
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;