1
0
Fork 0
mirror of synced 2024-09-20 13:12:55 -04:00
ultimate-vim/sources_non_forked/vim-vue/test
2017-10-11 23:09:53 +08:00
..
install.sh add wpy support 2017-10-11 23:09:53 +08:00
readme.md add wpy support 2017-10-11 23:09:53 +08:00
test_indent.vader add wpy support 2017-10-11 23:09:53 +08:00
test_nerdcommenter.vader add wpy support 2017-10-11 23:09:53 +08:00
test_syntax.vader add wpy support 2017-10-11 23:09:53 +08:00
vimrc add wpy support 2017-10-11 23:09:53 +08:00

Vader Tests

Requires Vim 8 or Neovim, due to the way dependencies are installed.

To run the tests, you need to install the dependencies first. Use the installation script:

test/install.sh

Running the tests from the command line

You can run the tests with the following command:

vim -u test/vimrc -c 'Vader! test/*.vader'

Running the tests from within Vim

Open vim with:

vim -u test/vimrc

Then, you can run the tests with the following command:

:Vader test/*.vader