Skip to content

Commit 9d35fd5

Browse files
authored
Merge pull request #2147 from h-east/update-terminal
Update terminal.{rxt,jax}
2 parents e4f3fd6 + f278b36 commit 9d35fd5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/terminal.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Feb 22
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jul 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1684,6 +1684,9 @@ Termdebug は、signcolumn のブレークポイント ID の 16 進数を使用
16841684

16851685
ブレークポイントの目印をカスタマイズして、signcolumn に `>>` を表示するには: >
16861686
let g:termdebug_config['sign'] = '>>'
1687+
最初のいくつかのブレークポイントに個別の記号を指定することもできる: >
1688+
let g:termdebug_config['signs'] = ['>1', '>2', '>3', '>4', '>5', '>6', '>7', '>8', '>9']
1689+
let g:termdebug_config['sign'] = '>>'
16871690
10 進数 (基数 10) のブレークポイントの目印を使用するには: >
16881691
let g:termdebug_config['sign_decimal'] = 1
16891692
変数 g:termdebug_config がまだ存在しない場合は、以下を使用できる: >

en/terminal.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2025 Feb 22
1+
*terminal.txt* For Vim version 9.1. Last change: 2025 Jul 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1711,6 +1711,9 @@ than 99 will be displayed as "9+".
17111711

17121712
If you want to customize the breakpoint signs to show `>>` in the signcolumn: >
17131713
let g:termdebug_config['sign'] = '>>'
1714+
You can also specify individual signs for the first several breakpoints: >
1715+
let g:termdebug_config['signs'] = ['>1', '>2', '>3', '>4', '>5', '>6', '>7', '>8', '>9']
1716+
let g:termdebug_config['sign'] = '>>'
17141717
If you would like to use decimal (base 10) breakpoint signs: >
17151718
let g:termdebug_config['sign_decimal'] = 1
17161719
If the variable g:termdebug_config does not yet exist, you can use: >

0 commit comments

Comments
 (0)