commit | 8455c5ed31c9cb2919f5e62693bab6b09bf60df2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:22:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:22:30 2020 +0200 |
tree | 59fba9fb637e0cd0af7dca52b3788da4edc08480 | |
parent | 1f22cc5cdb2da867d6bbf54dd371f279c38a2f56 [diff] [blame] |
patch 8.2.1211: removed more than dead code Problem: Removed more than dead code. Solution: Put back the decrement.
diff --git a/src/version.c b/src/version.c index 6be113d..95b0857 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1211, +/**/ 1210, /**/ 1209,