File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1
+ *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 10
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1662,7 +1662,7 @@ Termdebug は、signcolumn のブレークポイント ID の 16 進数を使用
1662
1662
let g:termdebug_config['sign'] = '>>'
1663
1663
10 進数 (基数 10) のブレークポイントの目印を使用するには: >
1664
1664
let g:termdebug_config['sign_decimal'] = 1
1665
- g:terminal_config がまだない場合は 、以下を使用できる: >
1665
+ 変数 g:termdebug_config がまだ存在しない場合は 、以下を使用できる: >
1666
1666
let g:termdebug_config = {'sign': '>>'}
1667
1667
同様に 10 進数の目印を有効にするには: >
1668
1668
let g:termdebug_config = {'sign_decimal': 1}
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1690,7 +1690,7 @@ If you want to customize the breakpoint signs to show `>>` in the signcolumn: >
1690
1690
let g:termdebug_config['sign'] = '>>'
1691
1691
If you would like to use decimal (base 10) breakpoint signs: >
1692
1692
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: >
1694
1694
let g:termdebug_config = {'sign': '>>'}
1695
1695
Likewise, to enable decimal signs: >
1696
1696
let g:termdebug_config = {'sign_decimal': 1}
You can’t perform that action at this time.
0 commit comments