commit | 1ceebb4efc455dc6c34e0cd2c2adbd00939f038b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 19:46:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 19:46:06 2018 +0200 |
tree | f58b769f0f1f105fa7e971e4abd0bbfaaf891502 | |
parent | 5f8f2d378a4f6d7db12806f3e35ec6f7fc6bd1f3 [diff] [blame] |
patch 8.1.0086: no tests for libcall() and libcallnr() Problem: No tests for libcall() and libcallnr(). Solution: Add tests. (Dominique Pelle, closes #2982)
diff --git a/src/version.c b/src/version.c index 12ba8c4..bd3bca1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 86, +/**/ 85, /**/ 84,