comparison runtime/doc/debugger.txt @ 12909:1578c0ba0dd1

Update runtime files. commit https://github.com/vim/vim/commit/a2a80162deb1e96e16b097dfe48b61b6eb0824bf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 21 23:09:50 2017 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Nov 2017 23:15:06 +0100
parents 9f48eab77d62
children 1174611ad715
comparison
equal deleted inserted replaced
12908:0e296474b577 12909:1578c0ba0dd1
1 *debugger.txt* For Vim version 8.0. Last change: 2005 Mar 29 1 *debugger.txt* For Vim version 8.0. Last change: 2017 Nov 21
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur 4 VIM REFERENCE MANUAL by Gordon Prieur
5 5
6 6
93 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
94 list and colors can be set via X resources (XmNballoonEvalFontList, 94 list and colors can be set via X resources (XmNballoonEvalFontList,
95 XmNballoonEvalBackground, and XmNballoonEvalForeground). 95 XmNballoonEvalBackground, and XmNballoonEvalForeground).
96 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
97 balloon. 97 balloon.
98 The 'ballooneval' option needs to be set to switch it on. 98 The 'ballooneval' and/or the 'balloonevalterm' option needs to be set to
99 switch it on.
99 100
100 Balloon evaluation is only available when compiled with the |+balloon_eval| 101 Balloon evaluation is only available in the GUI when compiled with the
101 feature. 102 |+balloon_eval| feature. For the terminal the |+balloon_eval_term| feature
103 matters.
102 104
103 The Balloon evaluation functions are also used to show a tooltip for the 105 The Balloon evaluation functions are also used to show a tooltip for the
104 toolbar. The 'ballooneval' option does not need to be set for this. But the 106 toolbar. The 'ballooneval' option does not need to be set for this. But the
105 other settings apply. 107 other settings apply.
106 108