aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_autochdir.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.1.1476: no statistics displayed after running testsDaniel Hahler2019-08-22
| | | | | | | | | | Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes vim/vim#4391) Also make it possible to report a skipped file. https://github.com/vim/vim/commit/9c0cec65f891492314caadeef87a50251a21e630 Removes our custom no-inits from `$(RUN_VIMTEST)`, since we have `$(NO_INITS)` now also.
* test/oldtest: restore test_autochdir.vimJustin M. Keyes2018-02-11
We have a ported Lua version, but we should also keep the Vim version around to make merging easier.