Merge pull request #43 from hendriklammers/update-readme

Replace deprecated Bundle with Plugin in Vundle example
This commit is contained in:
Jose Elera
2014-09-02 14:10:47 -05:00

View File

@@ -35,7 +35,7 @@ NeoBundleLazy 'jelera/vim-javascript-syntax', {'autoload':{'filetypes':['javascr
add this line to your `.vimrc`
```vim
Bundle 'jelera/vim-javascript-syntax'
Plugin 'jelera/vim-javascript-syntax'
```
- Using [Pathogen](https://github.com/tpope/vim-pathogen),