Skip to content

Commit 3ca9d3b

Browse files
committed
Correct the translation in parentheses of :Over to make it better.
1 parent 4e99cd2 commit 3ca9d3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/terminal.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,8 +1319,7 @@ gdb ウィンドウにフォーカスを移しコマンドを入力します。
13191319
指定位置にブレークポイントを設定する。
13201320
*:Clear* カーソル位置のブレークポイントを削除する
13211321
*:Step* gdb の "step" コマンドを実行する
1322-
*:Over* gdb の "next" コマンドを実行する
1323-
(`:Next` だと Vim のコマンドとかぶるので)
1322+
*:Over* gdb の "next" コマンドを実行する (`:Next` は Vim のコマンド)
13241323
*:Until* gdb の "until" コマンドを実行する
13251324
*:Finish* gdb の "finish" コマンドを実行する
13261325
*:Continue* gdb の "continue" コマンドを実行する

0 commit comments

Comments
 (0)