diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-26 21:33:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-26 21:33:31 +0200 |
commit | 68e6560b84f196c82e27a72669684d5506a3a837 (patch) | |
tree | a0652888fa60c92d0d6d8335880961437c76b9f3 /runtime/doc/debugger.txt | |
parent | 20c023aee0ceafac9431fb8ab8d169747b5140dd (diff) | |
download | vim-git-68e6560b84f196c82e27a72669684d5506a3a837.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/debugger.txt')
-rw-r--r-- | runtime/doc/debugger.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/debugger.txt b/runtime/doc/debugger.txt index cbf2009a5..772aac0c3 100644 --- a/runtime/doc/debugger.txt +++ b/runtime/doc/debugger.txt @@ -1,4 +1,4 @@ -*debugger.txt* For Vim version 8.1. Last change: 2019 May 05 +*debugger.txt* For Vim version 8.1. Last change: 2019 May 12 VIM REFERENCE MANUAL by Gordon Prieur @@ -87,7 +87,8 @@ This feature allows a debugger, or other external tool, to display dynamic information based on where the mouse is pointing. The purpose of this feature was to allow Sun's Visual WorkShop debugger to display expression evaluations. However, the feature was implemented in as general a manner as possible and -could be used for displaying other information as well. +could be used for displaying other information as well. The functionality is +limited though, for advanced popups see |popup-window|. The Balloon Evaluation has some settable parameters too. For Motif the font list and colors can be set via X resources (XmNballoonEvalFontList, |