commit | 8903676d3d4c3fcb37d2a55c67370f30806b1626 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 14:58:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 12 14:58:39 2018 +0200 |
tree | 0bc417ec793d418d1df11b536c4ada2e8f79c3bb | |
parent | 7580849df9d6c7c515f5ed784019336d8a8ec0f0 [diff] [blame] |
patch 8.1.0044: if a test function exists Vim this may go unnoticed Problem: If a test function exists Vim this may go unnoticed. Solution: Check for a test funtion quitting Vim. Fix tests that did exit Vim.
diff --git a/src/version.c b/src/version.c index 100506b..dfdc07d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 44, +/**/ 43, /**/ 42,