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