commit | c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:08:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:08:50 2019 +0200 |
tree | c4fcc2be93e1bb740713fde7acb567f65ed645f4 | |
parent | 9c0cec65f891492314caadeef87a50251a21e630 [diff] [blame] |
patch 8.1.1477: test summary fails in the tiny version Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'.
diff --git a/src/version.c b/src/version.c index d0d2c28..1c8da44 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1477, +/**/ 1476, /**/ 1475,