Skip to content

Commit 780e288

Browse files
1 parent 66e5c65 commit 780e288

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

terminal.html

Lines changed: 4 additions & 1 deletion
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: 2025 Feb 22<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: 2025 Jul 08<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>
@@ -1689,6 +1689,9 @@
16891689
<br>
16901690
ブレークポイントの目印をカスタマイズして、signcolumn に&nbsp;<a class="Comment" href="change.html#>>">&gt;&gt;</a>&nbsp;を表示するには:<br>
16911691
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['sign'] = '&gt;&gt;'</div>
1692+
最初のいくつかのブレークポイントに個別の記号を指定することもできる:<br>
1693+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['signs'] = ['&gt;1', '&gt;2', '&gt;3', '&gt;4', '&gt;5', '&gt;6', '&gt;7', '&gt;8', '&gt;9']<br>
1694+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['sign'] = '&gt;&gt;'</div>
16921695
10 進数 (基数 10) のブレークポイントの目印を使用するには:<br>
16931696
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;let g:termdebug_config['sign_decimal'] = 1</div>
16941697
変数 g:termdebug_config がまだ存在しない場合は、以下を使用できる:<br>

0 commit comments

Comments
 (0)