Skip to content

Commit 7f0df29

Browse files
committed
Update debugger from Vim 8.0 to 8.1
1 parent 076aa44 commit 7f0df29

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

doc/debugger.jax

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugger.txt* For Vim バージョン 8.0. Last change: 2005 Mar 29
1+
*debugger.txt* For Vim バージョン 8.1. Last change: 2017 Nov 21
22

33

44
VIMリファレンスマニュアル by Gordon Prieur
@@ -89,9 +89,11 @@ dttermである。dttermには目印を表示するためのスペースがあ
8989
リストと色はXリソース経由で設定される(XmNballoonEvalFontList,
9090
XmNballoonEvalBackground, XmNballoonEvalForeground)。
9191
オプション 'balloondelay' はバルーンを表示するまでの遅延時間を設定する。
92-
この機能を有効にするにはオプション 'ballooneval' をオンにする必要がある。
92+
この機能を有効にするにはオプション 'ballooneval''balloonevalterm' をオンに
93+
する必要がある。
9394

94-
バルーンウィンドウは|+balloon_eval|機能をコンパイル時にした時のみ利用できる。
95+
バルーンウィンドウは GUI の場合 |+balloon_eval| 機能付きでコンパイルした時のみ
96+
利用できる。端末の場合 |+balloon_eval_term| 機能が必要である。
9597

9698
バルーンウィンドウ関数はツールバーのツールチップを表示する際にも利用されてい
9799
る。これにはオプション 'ballooneval' を設定する必要はない。しかしその他の設定

en/debugger.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugger.txt* For Vim version 8.0. Last change: 2005 Mar 29
1+
*debugger.txt* For Vim version 8.1. Last change: 2017 Nov 21
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur
@@ -95,10 +95,12 @@ list and colors can be set via X resources (XmNballoonEvalFontList,
9595
XmNballoonEvalBackground, and XmNballoonEvalForeground).
9696
The 'balloondelay' option sets the delay before an attempt is made to show a
9797
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.
99100

100-
Balloon evaluation is only available when compiled with the |+balloon_eval|
101-
feature.
101+
Balloon evaluation is only available in the GUI when compiled with the
102+
|+balloon_eval| feature. For the terminal the |+balloon_eval_term| feature
103+
matters.
102104

103105
The Balloon evaluation functions are also used to show a tooltip for the
104106
toolbar. The 'ballooneval' option does not need to be set for this. But the

0 commit comments

Comments
 (0)