commit | b3052aa1b555ab5a81b1459a4972290381b0e7e4 | [log] [tgz] |
---|---|---|
author | Nir Lichtman <nir@lichtman.org> | Sat Nov 12 17:00:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 17:00:31 2022 +0000 |
tree | 93bf7597b5c636a2824a9020602fe25c6b664206 | |
parent | 6600447c7b0a1be3a64d07a318bacdfaae0cac4b [diff] [blame] |
patch 9.0.0865: duplicate arguments are not always detected Problem: Duplicate arguments are not always detected. Solution: Expand to full path before comparing arguments. (Nir Lichtman, closes #11505, closes #9402)
diff --git a/src/version.c b/src/version.c index a0c4371..98e7fd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 865, +/**/ 864, /**/ 863,