Skip to content

Commit dd18f27

Browse files
committed
Merge pull request #241 from MartinDelille/patch-1
Fix Vundle usage
2 parents 604cc62 + 2782a11 commit dd18f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ Clone this repository in your `~/.vim/bundle` directory
106106
Add this to your `~/.vimrc` file:
107107

108108
```vim
109-
Bundle 'joonty/vdebug.git'
109+
Plugin 'joonty/vdebug.git'
110110
```
111111

112112
Then, from the command line, run:
113113

114114
```bash
115-
vim +BundleInstall +qall
115+
vim +PluginInstall +qall
116116
```
117117

118118
## Quick guide

0 commit comments

Comments
 (0)