commit | 73a024209cbfbd5b39a2e974084d807c6131e2ed | [log] [tgz] |
---|---|---|
author | Nir Lichtman <nir_lichtman@hotmail.com> | Fri Dec 24 20:28:03 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 20:28:03 2021 +0000 |
tree | 3fc4d2207a59fd3b0bb04e92d1a282e64e61c4a2 | |
parent | 806da5176e9e9ab011d927c4ca33a8dde1769539 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0809436..78baffd 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3888, +/**/ 3887, /**/ 3886,