aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_command_count.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.0.1224: still interference between test functionsJustin M. Keyes2018-02-11
| | | | | | | | Problem: Still interference between test functions. Solution: Clear autocommands. Wipe all buffers. Fix tests that depend on a specific start context. https://github.com/vim/vim/commit/cf1ba35fc2ebd41b9a7738bbd1f026f5311560aa
* vim-patch:8.0.0019Justin M. Keyes2017-03-22
Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.