We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60094ba commit 195cbe4Copy full SHA for 195cbe4
CONTRIBUTING.md
@@ -2,15 +2,15 @@
2
3
## Testing
4
5
-Tests are written for [vspec][vspec], which can be installed via
6
-[vim-flavor][vim-flavor]:
+Tests are written for [vader.vim][vader].
+The test suite can be run via the rake task:
7
8
bundle install
9
- bundle exec vim-flavor install
+ bundle exec rake test
10
11
-The test suite can then be run via the rake task:
+Or by specifying the tests to run on the command line:
12
13
- bundle exec rake test
+ vim -c "Vader! test/*"
14
15
## Documentation
16
@@ -22,6 +22,5 @@ The help doc can be rebuilt by running:
22
23
bundle exec rake doc
24
25
-[vspec]: https://github.com/kana/vim-vspec
26
-[vim-flavor]: https://github.com/kana/vim-flavor
+[vader]: https://github.com/junegunn/vader.vim
27
[vimdoc]: https://github.com/google/vimdoc
0 commit comments