blob: ad9b2cce8bfd4837444d36af922454ca71f02842 (
plain) (
blame)
1
2
3
4
5
6
7
|
" A series of tests that can run in one Vim invocation.
" This makes testing go faster, since Vim doesn't need to restart.
source test_assign.vim
source test_cursor_func.vim
source test_menu.vim
source test_unlet.vim
|