commit | 4b1478093eb8b8bebc94b1f596e0afc25db4d189 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Dec 31 15:21:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 15:21:53 2021 +0000 |
tree | 5a20a52f490a80f7378ebe20caadeecb9b4a3e7f | |
parent | eb822a280cf4706f7e67319ced1cdf3243b27e20 [diff] [blame] |
patch 8.2.3956: duplicate assignment Problem: Duplicate assignment. Solution: Remove the second assignment. (closes #9442)
diff --git a/src/version.c b/src/version.c index 8505282..d623c58 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3956, +/**/ 3955, /**/ 3954,