Skip to content

fix typo #209

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
May 30, 2018
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
4 changes: 2 additions & 2 deletions doc/terminal.jax
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ SSH 接続が1つあればリモートで機能します。
以下のコマンドでプラグインを読み込みます: >
packadd termdebug
< *:Termdebug*
デバッグを開始するには `:TermDebug` に続けてコマンド名を入力します。例: >
:TermDebug vim
デバッグを開始するには `:Termdebug` に続けてコマンド名を入力します。例: >
:Termdebug vim

これにより2つのウィンドウが開きます:
gdb のウィンドウ
Expand Down
4 changes: 2 additions & 2 deletions en/terminal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ Starting ~
Load the plugin with this command: >
packadd termdebug
< *:Termdebug*
To start debugging use `:TermDebug` folowed by the command name, for example: >
:TermDebug vim
To start debugging use `:Termdebug` folowed by the command name, for example: >
:Termdebug vim

This opens two windows:
gdb window A terminal window in which "gdb vim" is executed. Here you
Expand Down