File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33## Testing
44
5- Tests are written for [ vspec ] [ vspec ] , which can be installed via
6- [ vim-flavor ] [ vim-flavor ] :
5+ Tests are written for [ vader.vim ] [ vader ] .
6+ The test suite can be run via the rake task :
77
88 bundle install
9- bundle exec vim-flavor install
9+ bundle exec rake test
1010
11- The test suite can then be run via the rake task :
11+ Or by specifying the tests to run on the command line :
1212
13- bundle exec rake test
13+ vim -c "Vader! test/*"
1414
1515## Documentation
1616
@@ -22,6 +22,5 @@ The help doc can be rebuilt by running:
2222
2323 bundle exec rake doc
2424
25- [ vspec ] : https://github.com/kana/vim-vspec
26- [ vim-flavor ] : https://github.com/kana/vim-flavor
25+ [ vader ] : https://github.com/junegunn/vader.vim
2726[ vimdoc ] : https://github.com/google/vimdoc
You can’t perform that action at this time.
0 commit comments