1
0
forked from aniani/vim

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 #6235)
This commit is contained in:
Nir Lichtman
2021-12-24 20:28:03 +00:00
committed by Bram Moolenaar
parent 806da5176e
commit 73a024209c
8 changed files with 99 additions and 29 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3888,
/**/
3887,
/**/