commit | a1bc6f12936a9f621238b940d5c6e97837809447 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 22:27:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 22:27:39 2020 +0200 |
tree | 8193142197107f4410bafd72690ddb690c18d2cf | |
parent | a6e8bf2d8929ef52eeda495e0e0c3d2bff8f5830 [diff] [blame] |
patch 8.2.0990: Using duplicate error number Problem: Using duplicate error number. Solution: Use an unused error number. Add a test for it.
diff --git a/src/version.c b/src/version.c index d69b560..57b092a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 990, +/**/ 989, /**/ 988,