From 6d5148f9350fd2c3f625eb07c937c872b538789b Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 22 Jul 2011 09:35:04 -0700 Subject: [PATCH] change lokaltog to Lokaltog otherwise it's invalid bundle uri --- doc/vundle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vundle.txt b/doc/vundle.txt index 1ef286a..1603618 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -62,7 +62,7 @@ in order to install/search [all available vim scripts] " " original repos on github Bundle 'tpope/vim-fugitive' - Bundle 'lokaltog/vim-easymotion' + Bundle 'Lokaltog/vim-easymotion' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} " vim-scripts repos Bundle 'L9'