summaryrefslogtreecommitdiffstats
path: root/runtime/doc/debugger.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-07 23:09:59 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-07 23:09:59 +0000
commit44ecf65f74749995760eea6a1082f59d94817cbe (patch)
tree6c91fd3c0e022903c963130a57c55478ceb6f41c /runtime/doc/debugger.txt
parentfd91ecbbe05889d6d3bd266152373a90813ea3cf (diff)
updated for version 7.0057
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 5bea42a773..4e4f1c06a7 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*