1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/VimRegStyle/test
2020-09-06 21:56:12 +08:00
..
_setup.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
001_numbers_floating.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
001_numbers_integers.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
001_numbers_ip-addresses.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
001_numbers_phone-numbers-pcre.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
001_numbers_phone-numbers.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
002_extended-regex_vrs.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
003_extended-regex_vim.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
004_do_not_accept_duplicates.vim Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
README Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00

The plugins runVimTests (http://www.vim.org/scripts/script.php?script_id=2565)
and VimTAP (http://www.vim.org/scripts/script.php?script_id=2213) are needed to
run these tests.

Besides the _setup.vim configuration file present in this repo you need to
create a global one and place it in the same dir where the runVimTests
executable is located. Assuming the executable is at '~/bin/runVimTests' this
global configuration file should be '~/bin/runVimTestsSetup.vim' and should
have something like the following lines inside of it:

" Prepend tests repos to &rtp
let &runtimepath = '/path/to/runVimTests_dir,' . &rtp
let &runtimepath = '/path/to/vimTAP_dir,' . &rtp