Skip to content

Commit aa0ea9f

Browse files
authored
Merge pull request #1658 from vim-jp/hh-update-cmdline
Update cmdline.{txt,jax}
2 parents fe1d04d + f7abcc6 commit aa0ea9f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/cmdline.jax

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

33

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

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

en/cmdline.txt

Lines changed: 2 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 Apr 27
1+
*cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -379,7 +379,7 @@ terminals)
379379
380380
:keepp[atterns] {command} *:keepp* *:keeppatterns*
381381
Execute {command}, without adding anything to the search
382-
history
382+
history or modifying the last substitute string for |:&|.
383383

384384
==============================================================================
385385
2. Command-line completion *cmdline-completion*

0 commit comments

Comments
 (0)