File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+ *cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -56,7 +56,7 @@ Note キーボードに有効なカーソルキーまたは他の特殊なキー
5656NOTE:
5757- 以前と全く同じコマンドを打ち込んだときは、古い方の記録が消される (繰り返され
5858 たコマンドが古いコマンドの履歴を追い出して消すのを避けるため)。
59- - 打ち込んだコマンドだけが記録される。完全にマッピングから実行されたコマンドは
59+ - 入力されたコマンドのみが記憶される。マッピングから完全に実行されたコマンドは
6060 履歴に残らない。
6161- 全ての検索パターンは、コマンド "*" や "#" 等によるものも含め、検索用の履歴に
6262 記録される。しかしマッピングからの検索に対しては、最後の検索のみが記録される
Original file line number Diff line number Diff line change 1- *cmdline.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+ *cmdline.txt* For Vim version 9.1. Last change: 2025 Oct 26
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
6161- When you enter a command-line that is exactly the same as an older one, the
6262 old one is removed (to avoid repeated commands moving older commands out of
6363 the history).
64- - Only commands that are typed are remembered. Ones that completely come from
65- mappings are not put in the history.
64+ - Only commands that are typed are remembered. A command executed completely
65+ from a mapping is not put in the history.
6666- All searches are put in the search history, including the ones that come
6767 from commands like "*" and "#". But for a mapping, only the last search is
6868 remembered (to avoid that long mappings trash the history).
You can’t perform that action at this time.
0 commit comments