Skip to content

Commit e5c1320

Browse files
1 parent 9bd7515 commit e5c1320

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/diff.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

doc/tags-ja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,6 +2206,7 @@ $quote eval.jax /*$quote*
22062206
:Rexplore pi_netrw.jax /*:Rexplore*
22072207
:RmVimball pi_vimball.jax /*:RmVimball*
22082208
:Run terminal.jax /*:Run*
2209+
:RunOrContinue terminal.jax /*:RunOrContinue*
22092210
:RustEmitAsm ft_rust.jax /*:RustEmitAsm*
22102211
:RustEmitIr ft_rust.jax /*:RustEmitIr*
22112212
:RustExpand ft_rust.jax /*:RustExpand*
@@ -2227,6 +2228,7 @@ $quote eval.jax /*$quote*
22272228
:Termdebug terminal.jax /*:Termdebug*
22282229
:TermdebugCommand terminal.jax /*:TermdebugCommand*
22292230
:Texplore pi_netrw.jax /*:Texplore*
2231+
:ToggleBreak terminal.jax /*:ToggleBreak*
22302232
:Tutor pi_tutor.jax /*:Tutor*
22312233
:URLOpen eval.jax /*:URLOpen*
22322234
:Until terminal.jax /*:Until*

doc/terminal.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt*For Vim バージョン 9.1. Last change: 2025 Sep 02
1+
*terminal.txt*For Vim バージョン 9.1. Last change: 2025 Sep 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1402,11 +1402,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力する。一
14021402
:Tbreak {position}
14031403
指定位置に一時的なブレークポイントを設定する
14041404
*:Clear*カーソル位置のブレークポイントを削除する
1405+
*:ToggleBreak*カーソル位置にブレークポイントを設定するか、カーソル位置にある
1406+
すべてのブレークポイントを削除する
14051407
*:Step*gdb の "step" コマンドを実行する
14061408
*:Over*gdb の "next" コマンドを実行する (`:Next` は Vim のコマンド)
14071409
*:Until*gdb の "until" コマンドを実行する
14081410
*:Finish*gdb の "finish" コマンドを実行する
14091411
*:Continue*gdb の "continue" コマンドを実行する
1412+
*:RunOrContinue* プログラムが実行中の場合は gdb の "continue" コマンドを実行
1413+
し、そうでない場合はプログラムを実行する
14101414
*:Stop*プログラムを中断する
14111415

14121416
'mouse' が設定されている場合、プラグインはこれらのエントリを持つウィンドウツー

0 commit comments

Comments
 (0)