Skip to content

Commit 6561eff

Browse files
committed
Update terminal.{txt,jax}
1 parent 69ef9d2 commit 6561eff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/terminal.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.')

en/terminal.txt

Lines changed: 3 additions & 3 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 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.
17591759
For 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.')

0 commit comments

Comments
 (0)