commit | d933c82ff4e2c910bd533ed9a50377699c3f5ec9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 13:45:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 13:45:16 2019 +0200 |
tree | 61d9d6a119fd578b801e57efb8c8841f3a9767d3 | |
parent | 42aff46d9783d6c80519a35350065c34372fbf70 [diff] [blame] |
patch 8.1.1900: sign test fails in the GUI Problem: Sign test fails in the GUI. Solution: Catch and ignore the exception.
diff --git a/src/version.c b/src/version.c index f91f07b..7dba139 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1900, +/**/ 1899, /**/ 1898,