commit | a803c7f94070f94b831fdfd1984f288c8b825b5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:31:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:31:39 2016 +0100 |
tree | 37484818067042ae8bfd15839aa712d2fca51966 | |
parent | b01f357791f88c7083e58cf2b36509dd83f21ea2 [diff] [blame] |
patch 7.4.1092 Problem: It is not simple to test for an exception and give a proper error message. Solution: Add assert_exception().
diff --git a/src/version.c b/src/version.c index 3c196ad..599de70 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1092, +/**/ 1091, /**/ 1090,