commit | 87795939d01932b0d8155fd69c7494fa51c523f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 18:21:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 18:21:30 2021 +0200 |
tree | d41a1a378e1ca01826280ae1f6b420f9dc201c9e | |
parent | 51e7e78de7320a734ddc2d7931e767bccaf7e6f2 [diff] [blame] |
patch 8.2.2746: check for duplicate arguments does not work Problem: Check for duplicate arguments does not work. Solution: Correct condition.
diff --git a/src/version.c b/src/version.c index 346b5d1..bbbc92a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2746, +/**/ 2745, /**/ 2744,