File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jul 08
1+ *terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1442,7 +1442,8 @@ gdbは各ブレークポイントに番号を与える。Vim内では、赤い
14421442 `:Evaluate ` カーソルの下の式を評価する
14431443 `K` 上に同じ (無効にする場合は | termdebug_map_K | を参照)
14441444 `:Evaluate ` {expr} {expr} を評価する
1445- `:' <,' >Evaluate ` ビジュアル選択したテキストを評価する
1445+ `:' <,' >Evaluate `
1446+ `{Visual }K` ビジュアル選択したテキストを評価する
14461447
14471448これは gdb ウィンドウで "print" コマンドを使ったのに相当する。
14481449`:Evaluate ` は `:Ev` に短縮できる。
Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim version 9.1. Last change: 2025 Jul 08
1+ *terminal.txt* For Vim version 9.1. Last change: 2025 Sep 02
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1467,7 +1467,8 @@ Inspecting variables ~
14671467 `:Evaluate ` evaluate the expression under the cursor
14681468 `K` same (see | termdebug_map_K | to disable)
14691469 `:Evaluate ` {expr} evaluate {expr}
1470- `:' <,' >Evaluate ` evaluate the Visually selected text
1470+ `:' <,' >Evaluate `
1471+ `{Visual }K` evaluate the Visually selected text
14711472
14721473This is similar to using "print" in the gdb window.
14731474You can usually shorten `:Evaluate ` to `:Ev` .
You can’t perform that action at this time.
0 commit comments