2016-02-20 17:18:23 +09:00
|
|
|
" A series of tests that can run in one Vim invocation.
|
|
|
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
|
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_assign.vim
|
|
|
|
|
source test_cursor_func.vim
|
|
|
|
|
source test_menu.vim
|
|
|
|
|
source test_unlet.vim
|