Skip to content

Update terminal.{txt,jax} #1860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading