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.
2 parents c862362 + cd7dd8e commit ee55558Copy full SHA for ee55558
README.md
@@ -14,11 +14,11 @@ There are a few ways you can go about installing this plugin:
14
15
1. If you have [Vundle](https://github.com/gmarik/Vundle.vim) you can simply add:
16
```
17
- Bundle 'ntpeters/vim-better-whitespace'
+ Plugin 'ntpeters/vim-better-whitespace'
18
19
to your `.vimrc` file then run:
20
21
- :BundleInstall
+ :PluginInstall
22
23
2. If you are using [Pathogen](https://github.com/tpope/vim-pathogen), you can just run the following command:
24
0 commit comments