comparison runtime/doc/index.txt @ 26719:2bdcce61a4e4 v8.2.3888

patch 8.2.3888: the argument list may contain duplicates Commit: https://github.com/vim/vim/commit/73a024209cbfbd5b39a2e974084d807c6131e2ed Author: Nir Lichtman <nir_lichtman@hotmail.com> Date: Fri Dec 24 20:28:03 2021 +0000 patch 8.2.3888: the argument list may contain duplicates Problem: The argument list may contain duplicates. Solution: Add the :argdedeupe command. (Nir Lichtman, closes https://github.com/vim/vim/issues/6235)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 21:30:03 +0100
parents 11b656e74444
children 5825405e4e2c
comparison
equal deleted inserted replaced
26718:8c929924dc15 26719:2bdcce61a4e4
1164 |:amenu| :am[enu] enter new menu item for all modes 1164 |:amenu| :am[enu] enter new menu item for all modes
1165 |:anoremenu| :an[oremenu] enter a new menu for all modes that will not 1165 |:anoremenu| :an[oremenu] enter a new menu for all modes that will not
1166 be remapped 1166 be remapped
1167 |:args| :ar[gs] print the argument list 1167 |:args| :ar[gs] print the argument list
1168 |:argadd| :arga[dd] add items to the argument list 1168 |:argadd| :arga[dd] add items to the argument list
1169 :argdedupe :argdedupe remove duplicates from the argument list
1169 |:argdelete| :argd[elete] delete items from the argument list 1170 |:argdelete| :argd[elete] delete items from the argument list
1170 |:argedit| :arge[dit] add item to the argument list and edit it 1171 |:argedit| :arge[dit] add item to the argument list and edit it
1171 |:argdo| :argdo do a command on all items in the argument list 1172 |:argdo| :argdo do a command on all items in the argument list
1172 |:argglobal| :argg[lobal] define the global argument list 1173 |:argglobal| :argg[lobal] define the global argument list
1173 |:arglocal| :argl[ocal] define a local argument list 1174 |:arglocal| :argl[ocal] define a local argument list