Skip to content

Commit e772c43

Browse files
authored
Merge pull request #1663 from vim-jp/hh-update-cmdline
Update cmdline.{txt,jax}
2 parents 5023505 + 23077c9 commit e772c43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/cmdline.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Aug 16
1+
*cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Aug 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -359,8 +359,8 @@ CTRL-] 文字を挿入することなく短縮入力を展開する。
359359
:history all -2,
360360
361361
:keepp[atterns] {command} *:keepp* *:keeppatterns*
362-
検索履歴に何も追加せず、|:&| の最後の置換文字列を変更せずに、
363-
{command} を実行する。
362+
検索履歴に何も追加せず、また、|:s||:&| の場合は最後の置換
363+
パターンまたは置換文字列を変更せずに、{command} を実行する。
364364

365365
==============================================================================
366366
2. コマンドラインの補完 *cmdline-completion*

en/cmdline.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -379,7 +379,8 @@ terminals)
379379
380380
:keepp[atterns] {command} *:keepp* *:keeppatterns*
381381
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.
383384

384385
==============================================================================
385386
2. Command-line completion *cmdline-completion*

0 commit comments

Comments
 (0)