commit | 75ee544f99ca66be8105570c6309d95435ad30d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 18:05:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 18:05:25 2019 +0200 |
tree | 63caa3b09137b92ecf4bd6ffcc87a9f98dc4e38c | |
parent | 5d30ff19648d2ff0696cea97582b902f6a4ec0ba [diff] [blame] |
patch 8.1.1484: some tests are slow Problem: Some tests are slow. Solution: Add timing to the test messages. Fix double free when quitting in VimLeavePre autocmd.
diff --git a/src/version.c b/src/version.c index c8a3cf6..bbfbfe1 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1484, +/**/ 1483, /**/ 1482,