commit | 98c2eaed27579602e05e7b96aa3a60428a8b9cb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 10:38:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 10:38:49 2021 +0200 |
tree | 4a22dcbc1ae2045a8fda93e57194062802652675 | |
parent | 885971e2f5eabc4108e083086c1d6d0a31a2782f [diff] [blame] |
patch 8.2.3183: duplicate error numbers Problem: Duplicate error numbers. Solution: Adjust the error numbers.
diff --git a/src/version.c b/src/version.c index 6ae1d3b..a1f79b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3183, +/**/ 3182, /**/ 3181,