File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 23
1
+ *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1732,8 +1732,8 @@ termdebug の改善への貢献は大歓迎である。
1732
1732
このため、以下が設定できる: >
1733
1733
let g:termdebug_config['debug'] = true
1734
1734
<
1735
- これにより、ソースコード内で使用できる `DEBUG ` 変数が `true` に設定される。使
1736
- 用例を以下に示す : >
1735
+ これにより、`DEBUG ` 変数が `true` に設定され、ソースコード内で参照できるように
1736
+ なる。使用例を以下に示す : >
1737
1737
if exists('g:termdebug_loaded')
1738
1738
if DEBUG
1739
1739
Echoerr('Termdebug already loaded.')
Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim version 9.1. Last change: 2024 Nov 23
1
+ *terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1759,8 +1759,8 @@ mechanisms like `echo` statements (or similar) to help you in your job.
1759
1759
For this reason, you can set: >
1760
1760
let g:termdebug_config['debug'] = true
1761
1761
<
1762
- This sets the `DEBUG ` variable to `true` in the source code that you can use
1763
- within the source code. An example of its usage follows: >
1762
+ This sets the `DEBUG ` variable to `true` , which can be referenced in the
1763
+ source code. An example of its usage follows: >
1764
1764
if exists('g:termdebug_loaded')
1765
1765
if DEBUG
1766
1766
Echoerr('Termdebug already loaded.')
You can’t perform that action at this time.
0 commit comments