diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-19 16:09:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-19 16:09:46 +0100 |
commit | 4520d440c59034452d1450b27fcd56825c090687 (patch) | |
tree | d2391f9fa0bc3da5960768bca6519de0c251feb6 /src/version.c | |
parent | ee85df37634dfb0c40ae5de0b4f246aef460b392 (diff) | |
download | vim-git-4520d440c59034452d1450b27fcd56825c090687.tar.gz |
patch 8.0.0485: not all windows commands are testedv8.0.0485
Problem: Not all windows commands are tested.
Solution: Add more tests for windows commands. (Dominique Pelle,
closes #1575) Run test_autocmd separately, it interferes with
other tests. Fix tests that depended on side effects.
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 34c1aab44..91f795bcc 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 485, +/**/ 484, /**/ 483, |