commit | 41042f3cfdb91f946e553456278a995e61dd8578 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 12:09:32 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 12:09:32 2017 +0100 |
tree | 222bd186003febb1d5256c96541a32b070cd3353 | |
parent | 5f69fee26e0688c1646c8724ab794cb0c8d7c44d [diff] [blame] |
patch 8.0.0435: some functions are not tested Problem: Some functions are not tested. Solution: Add more tests for functions. (Dominique Pelle, closes #1541)
diff --git a/src/version.c b/src/version.c index 2a032c5..1eea36e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 435, +/**/ 434, /**/ 433,