diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 23:36:27 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:43:00 +0100 |
| commit | 33858ccb9b53d79f3dafbffef8ca7273be7de119 (patch) | |
| tree | 53000620feeab00c4ac4bd5782d0bf1cb663d1f4 /src/nvim/testdir/Makefile | |
| parent | 01bf78971cea43938e01439ae6d4687bc97196ea (diff) | |
| download | rneovim-33858ccb9b53d79f3dafbffef8ca7273be7de119.tar.gz rneovim-33858ccb9b53d79f3dafbffef8ca7273be7de119.tar.bz2 rneovim-33858ccb9b53d79f3dafbffef8ca7273be7de119.zip | |
vim-patch:8.0.0485
Problem: Not all windows commands are tested.
Solution: Add more tests for windows commands. (Dominique Pelle,
closes vim/vim#1575) Run test_autocmd separately, it interferes with
other tests. Fix tests that depended on side effects.
https://github.com/vim/vim/commit/4520d440c59034452d1450b27fcd56825c090687
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index d948cd0f93..531a07912f 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -28,6 +28,7 @@ SCRIPTS ?= \ # Tests using runtest.vim. # Keep test_alot*.res as the last one, sort the others. NEW_TESTS ?= \ + test_autocmd.res \ test_bufwintabinfo.res \ test_cmdline.res \ test_command_count.res \ |