commit | 065ee9aebf9abe08ae8c0dba7d05cbdcc423c8e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 20:53:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 20:53:38 2016 +0100 |
tree | d2d86ff7656a548ffbca0d558d2b741fa1429ae4 | |
parent | a260b87d9da17f605666630f18c1ed909c2b8bae [diff] [blame] |
patch 7.4.1097 Problem: Looking up the alloc ID for tests fails. Solution: Fix the line computation. Use assert_fails() for unlet test.
diff --git a/src/version.c b/src/version.c index b842116..a3d0146 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1097, +/**/ 1096, /**/ 1095,