Skip to content

Commit e7eb2b2

Browse files
committed
Update cmdline.{txt,jax}
1 parent dcb674d commit e7eb2b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/cmdline.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 キーボードに有効なカーソルキーまたは他の特殊なキー
5656
NOTE:
5757
- 以前と全く同じコマンドを打ち込んだときは、古い方の記録が消される (繰り返され
5858
たコマンドが古いコマンドの履歴を追い出して消すのを避けるため)。
59-
- 打ち込んだコマンドだけが記録される。完全にマッピングから実行されたコマンドは
59+
- 入力されたコマンドのみが記憶される。マッピングから完全に実行されたコマンドは
6060
履歴に残らない。
6161
- 全ての検索パターンは、コマンド "*" や "#" 等によるものも含め、検索用の履歴に
6262
記録される。しかしマッピングからの検索に対しては、最後の検索のみが記録される

en/cmdline.txt

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

0 commit comments

Comments
 (0)