summaryrefslogtreecommitdiff
path: root/runtime/doc/debugger.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/debugger.txt')
-rw-r--r--runtime/doc/debugger.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt
index 5bea42a77..4e4f1c06a 100644
--- a/runtime/doc/debugger.txt
+++ b/runtime/doc/debugger.txt
@@ -1,4 +1,4 @@
-*debugger.txt* For Vim version 7.0aa. Last change: 2005 Feb 23
+*debugger.txt* For Vim version 7.0aa. Last change: 2005 Mar 07
VIM REFERENCE MANUAL by Gordon Prieur
@@ -98,12 +98,15 @@ balloon.
The 'ballooneval' option needs to be set to switch it on.
Balloon evaluation is only available when compiled with the |+balloon_eval|
-and |+sun_workshop| features.
+feature.
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
other settings apply.
+Another way to use the balloon is with the 'balloonexpr' option. This is
+completely user definable.
+
==============================================================================
2. Vim Compile Options *debugger-compilation*