commit | 18250e291a5b4b8e32229d99ccb7c895ff0ca637 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:28:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:28:54 2019 +0200 |
tree | 27486f45355464d35f22506c6b930ecd30b1fb46 | |
parent | c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 [diff] [blame] |
patch 8.1.1478: still an error when running tests with the tiny version Problem: Still an error when running tests with the tiny version. Solution: Do not try reading test.log
diff --git a/src/version.c b/src/version.c index 1c8da44..6483911 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1478, +/**/ 1477, /**/ 1476,