summaryrefslogtreecommitdiffstats
path: root/runtime/doc/debugger.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-21 23:09:50 +0100
commita2a80162deb1e96e16b097dfe48b61b6eb0824bf (patch)
treede33cc8d6163c28aa105a087126dc565d540bb55 /runtime/doc/debugger.txt
parent52dbb5ea7fde4a77178bc59e2383ca40df503812 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/debugger.txt')
-rw-r--r--runtime/doc/debugger.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index 51a9cc9fcf..7976395e4d 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 8.0. Last change: 2005 Mar 29
+*debugger.txt* For Vim version 8.0. Last change: 2017 Nov 21
VIM REFERENCE MANUAL by Gordon Prieur
@@ -95,10 +95,12 @@ list and colors can be set via X resources (XmNballoonEvalFontList,
XmNballoonEvalBackground, and XmNballoonEvalForeground).
The 'balloondelay' option sets the delay before an attempt is made to show a
balloon.
-The 'ballooneval' option needs to be set to switch it on.
+The 'ballooneval' and/or the 'balloonevalterm' option needs to be set to
+switch it on.
-Balloon evaluation is only available when compiled with the |+balloon_eval|
-feature.
+Balloon evaluation is only available in the GUI when compiled with the
+|+balloon_eval| feature. For the terminal the |+balloon_eval_term| feature
+matters.
The Balloon evaluation functions are also used to show a tooltip for the
toolbar. The 'ballooneval' option does not need to be set for this. But the