Skip to content

Commit

Permalink
Merge pull request #762 from rakyi/fix-unbundle
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
spf13 committed May 1, 2015
2 parents f8ae915 + cb40052 commit b7aaa97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ Add the UnBundle command to this line. It takes the same input as the Bundle lin
For example, disabling the 'AutoClose' and 'scrooloose/syntastic' plugins

```bash
echo UnBundle \'AutoClose\' >> ~/.vimrc.local
echo UnBundle \'scrooloose/syntastic\' >> ~/.vimrc.local
echo UnBundle \'AutoClose\' >> ~/.vimrc.bundles.local
echo UnBundle \'scrooloose/syntastic\' >> ~/.vimrc.bundles.local
```

**Remember to run ':BundleClean!' after this to remove the existing directories**
Expand Down

0 comments on commit b7aaa97

Please sign in to comment.