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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1732,8 +1732,8 @@ termdebug の改善への貢献は大歓迎である。
17321732このため、以下が設定できる: >
17331733 let g:termdebug_config['debug'] = true
17341734<
1735- これにより、ソースコード内で使用できる `DEBUG ` 変数が `true` に設定される。使
1736- 用例を以下に示す : >
1735+ これにより、`DEBUG ` 変数が `true` に設定され、ソースコード内で参照できるように
1736+ なる。使用例を以下に示す : >
17371737 if exists('g:termdebug_loaded')
17381738 if DEBUG
17391739 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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1759,8 +1759,8 @@ mechanisms like `echo` statements (or similar) to help you in your job.
17591759For this reason, you can set: >
17601760 let g:termdebug_config['debug'] = true
17611761<
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: >
17641764 if exists('g:termdebug_loaded')
17651765 if DEBUG
17661766 Echoerr('Termdebug already loaded.')
You can’t perform that action at this time.
0 commit comments