Skip to content

Commit 558ff3f

Browse files
1 parent 52879f8 commit 558ff3f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

terminal.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'terminal'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="terminal.html" name="terminal.txt">terminal.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 27<br>
6+
<a class="Constant" href="terminal.html" name="terminal.txt">terminal.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Nov 10<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1660,13 +1660,17 @@
16601660
Termdebug は、signcolumn のブレークポイント ID の 16 進数を使用してブレークポ<br>
16611661
イントを表す。&quot;0xFF&quot; より大きい場合は、実際には記号用の画面セルが 2 つしかない<br>
16621662
ため、&quot;F+&quot; と表示される。<br>
1663+
代わりに 10 進数のブレークポイントの目印を使用することもできる。その場合、99<br>
1664+
より大きい ID は &quot;9+&quot; と表示される。<br>
16631665
<br>
1664-
ブレークポイントの目印をカスタマイズしたい場合:<br>
1666+
ブレークポイントの目印をカスタマイズして、signcolumn に&nbsp;<a class="Comment" href="change.html#>>">&gt;&gt;</a>&nbsp;を表示するには:<br>
16651667
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['sign'] = '&gt;&gt;'</div>
1666-
g:terminal_config がまだない場合は、以下を使用できる:<br>
1668+
10 進数 (基数 10) のブレークポイントの目印を使用するには:<br>
1669+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['sign_decimal'] = 1</div>
1670+
変数 g:termdebug_config がまだ存在しない場合は、以下を使用できる:<br>
16671671
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config = {'sign': '&gt;&gt;'}</div>
1668-
<br>
1669-
この後、ブレークポイントは目印欄に&nbsp;<a class="Comment" href="change.html#>>">&gt;&gt;</a>&nbsp;と表示される。<br>
1672+
同様に 10 進数の目印を有効にするには:<br>
1673+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config = {'sign_decimal': 1}</div>
16701674
<br>
16711675
<br>
16721676
<span class="PreProc">ウィンドウツールバー</span><br>

0 commit comments

Comments
 (0)