commit | bf821bccf18453b01d25bee53e4954b02a5dd0e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 21:15:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 21:15:02 2019 +0100 |
tree | c105e92a32e35e80fe994631a397b3e2bcf072fc | |
parent | 31faed60bfd54ff8f612f6b311a6cbcd9e7ebedd [diff] [blame] |
patch 8.1.0797: error E898 is used twice Problem: Error E898 is used twice. Solution: Rename the Blob error to E899. (closes #3853)
diff --git a/src/version.c b/src/version.c index a4decba..e22ebcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 797, +/**/ 796, /**/ 795,