diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-12 16:56:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 16:56:22 +0800 |
commit | fe42574230ab399b5de22cc2b92368a0bfe4e21a (patch) | |
tree | fc611914bd3a6cebaf9eb999a0aef62d9ae1bd80 | |
parent | 8cca7871555e15f53de3dc4325c8d0203a78622a (diff) | |
download | rneovim-fe42574230ab399b5de22cc2b92368a0bfe4e21a.tar.gz rneovim-fe42574230ab399b5de22cc2b92368a0bfe4e21a.tar.bz2 rneovim-fe42574230ab399b5de22cc2b92368a0bfe4e21a.zip |
vim-patch:83424105cb42 (#28298)
runtime(doc): mention :argded for :argedit
related: vim/vim#14464
https://github.com/vim/vim/commit/83424105cb4219fe4280aa86df5173096186bba2
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/editing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 2285fe4570..662d89895d 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -632,8 +632,8 @@ list of the current window. :[count]arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit* Add {name}s to the argument list and edit it. - When {name} already exists in the argument list, this - entry is edited. + There is no check for duplicates, it is possible to + add a file to the argument list twice |:argded|. This is like using |:argadd| and then |:edit| (with the small exception that |:edit| does not change the argument list, so the argument list pointer isn't |