Files
neovim/src/nvim/testdir/test_alot.vim

8 lines
218 B
VimL
Raw Normal View History

" 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