File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- *diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *diff.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change @@ -2206,6 +2206,7 @@ $quote eval.jax /*$quote*
2206
2206
:Rexplore pi_netrw.jax /*:Rexplore*
2207
2207
:RmVimball pi_vimball.jax /*:RmVimball*
2208
2208
:Run terminal.jax /*:Run*
2209
+ :RunOrContinue terminal.jax /*:RunOrContinue*
2209
2210
:RustEmitAsm ft_rust.jax /*:RustEmitAsm*
2210
2211
:RustEmitIr ft_rust.jax /*:RustEmitIr*
2211
2212
:RustExpand ft_rust.jax /*:RustExpand*
@@ -2227,6 +2228,7 @@ $quote eval.jax /*$quote*
2227
2228
:Termdebug terminal.jax /*:Termdebug*
2228
2229
:TermdebugCommand terminal.jax /*:TermdebugCommand*
2229
2230
:Texplore pi_netrw.jax /*:Texplore*
2231
+ :ToggleBreak terminal.jax /*:ToggleBreak*
2230
2232
:Tutor pi_tutor.jax /*:Tutor*
2231
2233
:URLOpen eval.jax /*:URLOpen*
2232
2234
:Until terminal.jax /*:Until*
Original file line number Diff line number Diff line change 1
- *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
1
+ *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1402,11 +1402,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力する。一
1402
1402
:Tbreak {position}
1403
1403
指定位置に一時的なブレークポイントを設定する
1404
1404
*:Clear* カーソル位置のブレークポイントを削除する
1405
+ *:ToggleBreak* カーソル位置にブレークポイントを設定するか、カーソル位置にある
1406
+ すべてのブレークポイントを削除する
1405
1407
*:Step* gdb の "step" コマンドを実行する
1406
1408
*:Over* gdb の "next" コマンドを実行する (`:Next ` は Vim のコマンド)
1407
1409
*:Until* gdb の "until" コマンドを実行する
1408
1410
*:Finish* gdb の "finish" コマンドを実行する
1409
1411
*:Continue* gdb の "continue" コマンドを実行する
1412
+ *:RunOrContinue* プログラムが実行中の場合は gdb の "continue" コマンドを実行
1413
+ し、そうでない場合はプログラムを実行する
1410
1414
*:Stop* プログラムを中断する
1411
1415
1412
1416
'mouse' が設定されている場合、プラグインはこれらのエントリを持つウィンドウツー
You can’t perform that action at this time.
0 commit comments