Skip to content

Commit

Permalink
Reflects the original update
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Jul 29, 2024
1 parent e487fe1 commit 9a7242e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Jul 20
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1241,7 +1241,7 @@ SSH 接続が1つあればリモートで機能します。
*termdebug-starting*
以下のコマンドでプラグインを読み込みます: >
packadd termdebug
<|.vimrc| ファイルからプラグインを読み込む時は、"!" 属性を追加します: >
|.vimrc| ファイルからプラグインを読み込む時は、"!" 属性を追加します: >
packadd! termdebug
< *:Termdebug*
デバッグを開始するには `:Termdebug` または `:TermdebugCommand` に続けてコマン
Expand Down
4 changes: 2 additions & 2 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 Jul 20
*terminal.txt* For Vim version 9.1. Last change: 2024 Jul 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1253,7 +1253,7 @@ Starting ~
*termdebug-starting*
Load the plugin with this command: >
packadd termdebug
<When loading the plugin from the |.vimrc| file, add the "!" attribute: >
When loading the plugin from the |.vimrc| file, add the "!" attribute: >
packadd! termdebug
< *:Termdebug*
To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the
Expand Down

0 comments on commit 9a7242e

Please sign in to comment.