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
4 changes: 2 additions & 2 deletions doc/cmdline.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -56,7 +56,7 @@ Note キーボードに有効なカーソルキーまたは他の特殊なキー
NOTE:
- 以前と全く同じコマンドを打ち込んだときは、古い方の記録が消される (繰り返され
たコマンドが古いコマンドの履歴を追い出して消すのを避けるため)。
- 打ち込んだコマンドだけが記録される。完全にマッピングから実行されたコマンドは
- 入力されたコマンドのみが記憶される。マッピングから完全に実行されたコマンドは
履歴に残らない。
- 全ての検索パターンは、コマンド "*" や "#" 等によるものも含め、検索用の履歴に
記録される。しかしマッピングからの検索に対しては、最後の検索のみが記録される
Expand Down
6 changes: 3 additions & 3 deletions en/cmdline.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 9.1. Last change: 2025 Oct 12
*cmdline.txt* For Vim version 9.1. Last change: 2025 Oct 26


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -61,8 +61,8 @@ Notes:
- When you enter a command-line that is exactly the same as an older one, the
old one is removed (to avoid repeated commands moving older commands out of
the history).
- Only commands that are typed are remembered. Ones that completely come from
mappings are not put in the history.
- Only commands that are typed are remembered. A command executed completely
from a mapping is not put in the history.
- All searches are put in the search history, including the ones that come
from commands like "*" and "#". But for a mapping, only the last search is
remembered (to avoid that long mappings trash the history).
Expand Down