Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/terminal.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jul 08
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1442,7 +1442,8 @@ gdbは各ブレークポイントに番号を与える。Vim内では、赤い
`:Evaluate` カーソルの下の式を評価する
`K` 上に同じ (無効にする場合は |termdebug_map_K| を参照)
`:Evaluate` {expr} {expr} を評価する
`:'<,'>Evaluate` ビジュアル選択したテキストを評価する
`:'<,'>Evaluate`
`{Visual}K` ビジュアル選択したテキストを評価する

これは gdb ウィンドウで "print" コマンドを使ったのに相当する。
`:Evaluate` は `:Ev` に短縮できる。
Expand Down
5 changes: 3 additions & 2 deletions en/terminal.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*terminal.txt* For Vim version 9.1. Last change: 2025 Jul 08
*terminal.txt* For Vim version 9.1. Last change: 2025 Sep 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1467,7 +1467,8 @@ Inspecting variables ~
`:Evaluate` evaluate the expression under the cursor
`K` same (see |termdebug_map_K| to disable)
`:Evaluate` {expr} evaluate {expr}
`:'<,'>Evaluate` evaluate the Visually selected text
`:'<,'>Evaluate`
`{Visual}K` evaluate the Visually selected text

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