diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-16 15:29:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 15:29:36 +0800 |
commit | da13ed43cb3593f6d50e08fc6e5f26760da63f84 (patch) | |
tree | e210a95266c01861b206479bcda6e3835d2ca4c7 /runtime/doc/index.txt | |
parent | cf3b871fa940c42e9c94257118f7d1131ebd362a (diff) | |
download | rneovim-da13ed43cb3593f6d50e08fc6e5f26760da63f84.tar.gz rneovim-da13ed43cb3593f6d50e08fc6e5f26760da63f84.tar.bz2 rneovim-da13ed43cb3593f6d50e08fc6e5f26760da63f84.zip |
vim-patch:8.2.3888: the argument list may contain duplicates (#19795)
Problem: The argument list may contain duplicates.
Solution: Add the :argdedeupe command. (Nir Lichtman, closes vim/vim#6235)
https://github.com/vim/vim/commit/73a024209cbfbd5b39a2e974084d807c6131e2ed
Use latest index.txt :argdedupe doc from Vim.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 7d8a89887a..7f3ef20762 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1143,6 +1143,7 @@ tag command action ~ be remapped |:args| :ar[gs] print the argument list |:argadd| :arga[dd] add items to the argument list +|:argdedupe| :argded[upe] remove duplicates from the argument list |:argdelete| :argd[elete] delete items from the argument list |:argedit| :arge[dit] add item to the argument list and edit it |:argdo| :argdo do a command on all items in the argument list |