comparison runtime/doc/debugger.txt @ 16808:c002c4899529

Update runtime files. commit https://github.com/vim/vim/commit/68e6560b84f196c82e27a72669684d5506a3a837 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 21:33:31 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:45:07 +0200
parents 0e473e9e70c2
children b9bc47742df6
comparison
equal deleted inserted replaced
16807:ce0eea70294d 16808:c002c4899529
1 *debugger.txt* For Vim version 8.1. Last change: 2019 May 05 1 *debugger.txt* For Vim version 8.1. Last change: 2019 May 12
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur 4 VIM REFERENCE MANUAL by Gordon Prieur
5 5
6 6
85 85
86 This feature allows a debugger, or other external tool, to display dynamic 86 This feature allows a debugger, or other external tool, to display dynamic
87 information based on where the mouse is pointing. The purpose of this feature 87 information based on where the mouse is pointing. The purpose of this feature
88 was to allow Sun's Visual WorkShop debugger to display expression evaluations. 88 was to allow Sun's Visual WorkShop debugger to display expression evaluations.
89 However, the feature was implemented in as general a manner as possible and 89 However, the feature was implemented in as general a manner as possible and
90 could be used for displaying other information as well. 90 could be used for displaying other information as well. The functionality is
91 limited though, for advanced popups see |popup-window|.
91 92
92 The Balloon Evaluation has some settable parameters too. For Motif the font 93 The Balloon Evaluation has some settable parameters too. For Motif the font
93 list and colors can be set via X resources (XmNballoonEvalFontList, 94 list and colors can be set via X resources (XmNballoonEvalFontList,
94 XmNballoonEvalBackground, and XmNballoonEvalForeground). 95 XmNballoonEvalBackground, and XmNballoonEvalForeground).
95 The 'balloondelay' option sets the delay before an attempt is made to show a 96 The 'balloondelay' option sets the delay before an attempt is made to show a