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 3
3
helpname: 'diff'
4
4
---
5
5
< div id ='vimCodeElement '>
6
- < a class ="Constant " href ="diff.html " name ="diff.txt "> diff.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Aug 06 < br >
6
+ < a class ="Constant " href ="diff.html " name ="diff.txt "> diff.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Sep 15 < br >
7
7
< br >
8
8
< br >
9
9
< span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
Original file line number Diff line number Diff line change 2210
2210
<a class="Identifier" href="pi_netrw.html#:Rexplore">:Rexplore</a> pi_netrw.jax<br>
2211
2211
<a class="Identifier" href="pi_vimball.html#:RmVimball">:RmVimball</a> pi_vimball.jax<br>
2212
2212
<a class="Identifier" href="terminal.html#:Run">:Run</a> terminal.jax<br>
2213
+ <a class="Identifier" href="terminal.html#:RunOrContinue">:RunOrContinue</a> terminal.jax<br>
2213
2214
<a class="Identifier" href="ft_rust.html#:RustEmitAsm">:RustEmitAsm</a> ft_rust.jax<br>
2214
2215
<a class="Identifier" href="ft_rust.html#:RustEmitIr">:RustEmitIr</a> ft_rust.jax<br>
2215
2216
<a class="Identifier" href="ft_rust.html#:RustExpand">:RustExpand</a> ft_rust.jax<br>
2231
2232
<a class="Identifier" href="terminal.html#:Termdebug">:Termdebug</a> terminal.jax<br>
2232
2233
<a class="Identifier" href="terminal.html#:TermdebugCommand">:TermdebugCommand</a> terminal.jax<br>
2233
2234
<a class="Identifier" href="pi_netrw.html#:Texplore">:Texplore</a> pi_netrw.jax<br>
2235
+ <a class="Identifier" href="terminal.html#:ToggleBreak">:ToggleBreak</a> terminal.jax<br>
2234
2236
<a class="Identifier" href="pi_tutor.html#:Tutor">:Tutor</a> pi_tutor.jax<br>
2235
2237
<a class="Identifier" href="eval.html#:URLOpen">:URLOpen</a> eval.jax<br>
2236
2238
<a class="Identifier" href="terminal.html#:Until">:Until</a> terminal.jax<br>
Original file line number Diff line number Diff line change 3
3
helpname: 'terminal'
4
4
---
5
5
< div id ='vimCodeElement '>
6
- < a class ="Constant " href ="terminal.html " name ="terminal.txt "> terminal.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Sep 02 < br >
6
+ < a class ="Constant " href ="terminal.html " name ="terminal.txt "> terminal.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2025 Sep 14 < br >
7
7
< br >
8
8
< br >
9
9
< span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
1407
1407
:Tbreak < span class ="Special "> {position}</ span > < br >
1408
1408
指定位置に一時的なブレークポイントを設定する< br >
1409
1409
< a class ="Constant " href ="terminal.html#:Clear " name =":Clear "> :Clear</ a > カーソル位置のブレークポイントを削除する< br >
1410
+ < a class ="Constant " href ="terminal.html#:ToggleBreak " name =":ToggleBreak "> :ToggleBreak</ a > カーソル位置にブレークポイントを設定するか、カーソル位置にある< br >
1411
+ すべてのブレークポイントを削除する< br >
1410
1412
< a class ="Constant " href ="terminal.html#:Step " name =":Step "> :Step</ a > gdb の "step" コマンドを実行する< br >
1411
1413
< a class ="Constant " href ="terminal.html#:Over " name =":Over "> :Over</ a > gdb の "next" コマンドを実行する (< a class ="Comment " href ="editing.html#:Next "> :Next</ a > は Vim のコマンド)< br >
1412
1414
< a class ="Constant " href ="terminal.html#:Until " name =":Until "> :Until</ a > gdb の "until" コマンドを実行する< br >
1413
1415
< a class ="Constant " href ="terminal.html#:Finish " name =":Finish "> :Finish</ a > gdb の "finish" コマンドを実行する< br >
1414
1416
< a class ="Constant " href ="terminal.html#:Continue " name =":Continue "> :Continue</ a > gdb の "continue" コマンドを実行する< br >
1417
+ < a class ="Constant " href ="terminal.html#:RunOrContinue " name =":RunOrContinue "> :RunOrContinue</ a > プログラムが実行中の場合は gdb の "continue" コマンドを実行< br >
1418
+ し、そうでない場合はプログラムを実行する< br >
1415
1419
< a class ="Constant " href ="terminal.html#:Stop " name =":Stop "> :Stop</ a > プログラムを中断する< br >
1416
1420
< br >
1417
1421
< a class ="Type " href ="options.html#'mouse' "> 'mouse'</ a > が設定されている場合、プラグインはこれらのエントリを持つウィンドウツー< br >
You can’t perform that action at this time.
0 commit comments