File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- *cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Apr 27
1
+ *cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Aug 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -359,7 +359,8 @@ CTRL-] 文字を挿入することなく短縮入力を展開する。
359
359
:history all -2,
360
360
361
361
:keepp[atterns] {command} *:keepp* *:keeppatterns*
362
- 検索履歴に何も加えずに、{command} を実行する。
362
+ 検索履歴に何も追加せず、| :& | の最後の置換文字列を変更せずに、
363
+ {command} を実行する。
363
364
364
365
==============================================================================
365
366
2. コマンドラインの補完 *cmdline-completion*
Original file line number Diff line number Diff line change 1
- *cmdline.txt* For Vim version 9.1. Last change: 2024 Apr 27
1
+ *cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 16
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -379,7 +379,7 @@ terminals)
379
379
380
380
:keepp[atterns] {command} *:keepp* *:keeppatterns*
381
381
Execute {command} , without adding anything to the search
382
- history
382
+ history or modifying the last substitute string for | :& | .
383
383
384
384
==============================================================================
385
385
2. Command-line completion *cmdline-completion*
You can’t perform that action at this time.
0 commit comments