Skip to content

Commit 928c7a9

Browse files
committed
Update by original
1 parent 870ed5b commit 928c7a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/terminal.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1662,7 +1662,7 @@ Termdebug は、signcolumn のブレークポイント ID の 16 進数を使用
16621662
let g:termdebug_config['sign'] = '>>'
16631663
10 進数 (基数 10) のブレークポイントの目印を使用するには: >
16641664
let g:termdebug_config['sign_decimal'] = 1
1665-
g:terminal_config がまだない場合は、以下を使用できる: >
1665+
変数 g:termdebug_config がまだ存在しない場合は、以下を使用できる: >
16661666
let g:termdebug_config = {'sign': '>>'}
16671667
同様に 10 進数の目印を有効にするには: >
16681668
let g:termdebug_config = {'sign_decimal': 1}

en/terminal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 09
1+
*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1690,7 +1690,7 @@ If you want to customize the breakpoint signs to show `>>` in the signcolumn: >
16901690
let g:termdebug_config['sign'] = '>>'
16911691
If you would like to use decimal (base 10) breakpoint signs: >
16921692
let g:termdebug_config['sign_decimal'] = 1
1693-
If there is no g:terminal_config yet you can use: >
1693+
If the variable g:termdebug_config does not yet exist, you can use: >
16941694
let g:termdebug_config = {'sign': '>>'}
16951695
Likewise, to enable decimal signs: >
16961696
let g:termdebug_config = {'sign_decimal': 1}

0 commit comments

Comments
 (0)