Browse Source

change lokaltog to Lokaltog

otherwise it's invalid bundle uri
pull/63/merge
gmarik 15 years ago
parent
commit
6d5148f935
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/vundle.txt

+ 1
- 1
doc/vundle.txt View File

@ -62,7 +62,7 @@ in order to install/search [all available vim scripts]
" "
" original repos on github " original repos on github
Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-fugitive'
Bundle 'lokaltog/vim-easymotion'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
" vim-scripts repos " vim-scripts repos
Bundle 'L9' Bundle 'L9'


Loading…
Cancel
Save