Skip to content

Commit f87e5c0

Browse files
authored
Merge pull request #209 from t-mochizuki/fix-typo-TermDebug
fix typo
2 parents c0fbffe + 8d5d558 commit f87e5c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/terminal.jax

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ SSH 接続が1つあればリモートで機能します。
328328
以下のコマンドでプラグインを読み込みます: >
329329
packadd termdebug
330330
< *:Termdebug*
331-
デバッグを開始するには `:TermDebug` に続けてコマンド名を入力します。例: >
332-
:TermDebug vim
331+
デバッグを開始するには `:Termdebug` に続けてコマンド名を入力します。例: >
332+
:Termdebug vim
333333
334334
これにより2つのウィンドウが開きます:
335335
gdb のウィンドウ

en/terminal.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Starting ~
327327
Load the plugin with this command: >
328328
packadd termdebug
329329
< *:Termdebug*
330-
To start debugging use `:TermDebug` folowed by the command name, for example: >
331-
:TermDebug vim
330+
To start debugging use `:Termdebug` folowed by the command name, for example: >
331+
:Termdebug vim
332332
333333
This opens two windows:
334334
gdb window A terminal window in which "gdb vim" is executed. Here you

0 commit comments

Comments
 (0)