Use command! with ! in README.md for vim command (#17)

This commit is contained in:
Stephan Seitz 2020-01-17 20:09:42 +01:00 committed by Zeyi (Rice) Fan
parent 03fc4e50dd
commit 39e73a6d96

View file

@ -99,7 +99,7 @@ Files under sub-directories will be copied and placed relatively to the first fi
Add this line to your `.vimrc` or `init.vim`:
```vim
command CargoPlay !cargo play %
command! CargoPlay !cargo play %
```
With your code file open, running `:CargoPlay` will allow you to test your current file within an auto-generated cargo project.