Merge pull request #129 from Sixeight/patch/1

Fixed typo. Thanks Sixeight!
This commit is contained in:
ujihisa 2013-03-25 14:07:33 -07:00
commit 3307ff51e7

View File

@ -31,7 +31,7 @@ required files into your `.vim` folder.
### Vundle ### Vundle
1. Setup the [vundle](https://github.com/gmarik/vundle) package manager 1. Setup the [vundle](https://github.com/gmarik/vundle) package manager
2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neobundle](https://github.com/Shougo/neosnippet) 2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neosnippet](https://github.com/Shougo/neosnippet)
``` ```
Bundle 'Shougo/neocomplcache.git' Bundle 'Shougo/neocomplcache.git'
@ -43,7 +43,7 @@ required files into your `.vim` folder.
### Neobundle ### Neobundle
1. Setup the [neobundle](https://github.com/Shougo/neobundle.vim) package manager 1. Setup the [neobundle](https://github.com/Shougo/neobundle.vim) package manager
2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neobundle](https://github.com/Shougo/neosnippet) 2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neosnippet](https://github.com/Shougo/neosnippet)
``` ```
NeoBundle 'Shougo/neocomplcache.git' NeoBundle 'Shougo/neocomplcache.git'