use --clean for minimal vimrc

This commit is contained in:
Ben Jackson 2021-03-11 21:13:58 +00:00
commit 01ea50cb70
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ in the issue report.
The minimal vimrc is in `support/test/minimal_vimrc` and can be used as follows:
```
vim -Nu /path/to/vimspector/support/minimal_vimrc
vim --clean -Nu /path/to/vimspector/support/minimal_vimrc
```
## Pull Requests