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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1442,7 +1442,8 @@ gdbは各ブレークポイントに番号を与える。Vim内では、赤い
1442
1442
`:Evaluate ` カーソルの下の式を評価する
1443
1443
`K` 上に同じ (無効にする場合は | termdebug_map_K | を参照)
1444
1444
`:Evaluate ` {expr} {expr} を評価する
1445
- `:' <,' >Evaluate ` ビジュアル選択したテキストを評価する
1445
+ `:' <,' >Evaluate `
1446
+ `{Visual }K` ビジュアル選択したテキストを評価する
1446
1447
1447
1448
これは gdb ウィンドウで "print" コマンドを使ったのに相当する。
1448
1449
`: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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1467,7 +1467,8 @@ Inspecting variables ~
1467
1467
`:Evaluate ` evaluate the expression under the cursor
1468
1468
`K` same (see | termdebug_map_K | to disable)
1469
1469
`:Evaluate ` {expr} evaluate {expr}
1470
- `:' <,' >Evaluate ` evaluate the Visually selected text
1470
+ `:' <,' >Evaluate `
1471
+ `{Visual }K` evaluate the Visually selected text
1471
1472
1472
1473
This is similar to using "print" in the gdb window.
1473
1474
You can usually shorten `:Evaluate ` to `:Ev` .
You can’t perform that action at this time.
0 commit comments