commit | d90a144eda047816acffc7a8f297b43a7120710e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 15 20:24:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 15 20:24:31 2018 +0200 |
tree | 500f0011889dba40336fc1f3c8ddc64e0f9fc206 | |
parent | b477af2260d9bc7ae7f743f0a14265d7ee12ee09 [diff] [blame] |
patch 8.1.0189: function defined in sandbox not tested Problem: Function defined in sandbox not tested. Solution: Add a text.
diff --git a/src/version.c b/src/version.c index 892b9ae..c48804c 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 189, +/**/ 188, /**/ 187,