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