Weiyi Lou 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
..
Makefile 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
README.md 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
_setup.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
autoclose_matchpairs.txt 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
autoclose_matchpairs.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
autoclose_quotes.txt 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
autoclose_quotes.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
eol_marker.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
expand_cr.txt 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
expand_cr.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
expand_space.txt 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
expand_space.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden
first_buffer_no_ft.vim 8b5142a3e9 Remove vimperator/tridactyl, flatten vim plugins 1 jaar geleden

README.md

Automatic test setup

You can use make (or make test from the top level directory) to run the tests.

Manual test setup instructions

The plugins runVimTests and VimTAP 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