Skip to content

Commit

Permalink
Merge pull request #1860 from h-east/update-terminal
Browse files Browse the repository at this point in the history
Update terminal.{txt,jax}
  • Loading branch information
h-east authored Dec 9, 2024
2 parents a99e13a + 6561eff commit 9f88218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/terminal.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Nov 23
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1732,8 +1732,8 @@ termdebug の改善への貢献は大歓迎である。
このため、以下が設定できる: >
let g:termdebug_config['debug'] = true
<
これにより、ソースコード内で使用できる `DEBUG` 変数が `true` に設定される。使
用例を以下に示す: >
これにより、`DEBUG` 変数が `true` に設定され、ソースコード内で参照できるように
なる。使用例を以下に示す: >
if exists('g:termdebug_loaded')
if DEBUG
Echoerr('Termdebug already loaded.')
Expand Down
6 changes: 3 additions & 3 deletions en/terminal.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 23
*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1759,8 +1759,8 @@ mechanisms like `echo` statements (or similar) to help you in your job.
For this reason, you can set: >
let g:termdebug_config['debug'] = true
<
This sets the `DEBUG` variable to `true` in the source code that you can use
within the source code. An example of its usage follows: >
This sets the `DEBUG` variable to `true`, which can be referenced in the
source code. An example of its usage follows: >
if exists('g:termdebug_loaded')
if DEBUG
Echoerr('Termdebug already loaded.')
Expand Down

0 comments on commit 9f88218

Please sign in to comment.