Skip to content

Commit a1512b8

Browse files
authored
Merge pull request #2293 from h-east/update-terminal
Update terminal.{txt,jax}
2 parents 8f551a5 + adf7ce7 commit a1512b8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/terminal.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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` に短縮できる。

en/terminal.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

14721473
This is similar to using "print" in the gdb window.
14731474
You can usually shorten `:Evaluate` to `:Ev`.

0 commit comments

Comments
 (0)