commit | 096c8bb40d51b22a4b1d761baf7bb79fb9e55a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 14:26:57 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 14:26:57 2015 +0100 |
tree | 9b51618a06a9e08cb97c6535028b54d67cf8fe39 | |
parent | e5c5f0c66c9491aca013f30da6e4f730a7ba7db6 [diff] [blame] |
patch 7.4.991 Problem: When running new style tests the output is not visible. Solution: Add the testdir/messages file and show it. Update the list of test names.
diff --git a/src/version.c b/src/version.c index af7afea..b10453e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 991, +/**/ 990, /**/ 989,