diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-08-21 07:20:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 07:20:59 +0800 |
commit | a9e11168f5b402940d494e0cdc36b9952e4f8fab (patch) | |
tree | d19b4f4f1bc3cfcf132aae41426c57f8e2b04075 | |
parent | 41859c2d8c11eeb7eb25bb4b313765b164b2651b (diff) | |
parent | 9f495296279b3d55ec9e92e9d78ed33347cc1bd6 (diff) | |
download | rneovim-a9e11168f5b402940d494e0cdc36b9952e4f8fab.tar.gz rneovim-a9e11168f5b402940d494e0cdc36b9952e4f8fab.tar.bz2 rneovim-a9e11168f5b402940d494e0cdc36b9952e4f8fab.zip |
Merge pull request #30095 from zeertzjq/vim-175a87c
vim-patch: update :keeppatterns doc
-rw-r--r-- | runtime/doc/cmdline.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 0062a22be3..28d53feb4c 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -348,7 +348,8 @@ terminals) :keepp[atterns] {command} *:keepp* *:keeppatterns* Execute {command}, without adding anything to the search - history or modifying the last substitute string for |:&|. + history and, in case of |:s| or |:&|, without modifying the + last substitute pattern or substitute string. ============================================================================== 2. Command-line completion *cmdline-completion* |