diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-06 14:08:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-06 14:08:50 +0200 |
commit | c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 (patch) | |
tree | c4fcc2be93e1bb740713fde7acb567f65ed645f4 /src/version.c | |
parent | 9c0cec65f891492314caadeef87a50251a21e630 (diff) | |
download | vim-git-c7500f9cb5b9fbedb9f1a385fdc3790335054bd3.tar.gz |
patch 8.1.1477: test summary fails in the tiny versionv8.1.1477
Problem: Test summary fails in the tiny version.
Solution: set 'nocompatible'.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d0d2c28fc..1c8da448e 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1477, +/**/ 1476, /**/ 1475, |