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 ffe6a72 commit 60bed5fCopy full SHA for 60bed5f
1 file changed
README.md
@@ -151,7 +151,15 @@ this or other vim plugins
151
the `vim` docstring (instead of manually updating the .txt file). See the
152
misc/build_doc for more on how this is done.
153
* Use [vader](https://github.com/junegunn/vader.vim) for unittesting. Use
154
- `test/run-tests.sh` to run them.
+ `test/run-tests.sh` to run them. For this to run you have to first git clone
155
+ vim-repeat and vim-vader in the root of this repo:
156
+
157
+ ```sh
158
+ git clone https://github.com/junegunn/vader.vim.git
159
+ git clone https://github.com/tpope/vim-repeat.git
160
+ ```
161
162
163
164
165
## TODO
0 commit comments