diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:09:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:09:59 +0000 |
commit | 44ecf65f74749995760eea6a1082f59d94817cbe (patch) | |
tree | 6c91fd3c0e022903c963130a57c55478ceb6f41c /runtime | |
parent | fd91ecbbe05889d6d3bd266152373a90813ea3cf (diff) | |
download | vim-git-44ecf65f74749995760eea6a1082f59d94817cbe.tar.gz |
updated for version 7.0057
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/debugger.txt | 7 |
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* |