From 854a15fdb6942aaf808e403886e1b1975241c835 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 29 Mar 2013 09:06:52 -0700 Subject: [PATCH] Fix path to file-line bundle --- vim/vundles.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 871332c..e29aa3c 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -99,7 +99,7 @@ Bundle "vim-scripts/TagHighlight.git" Bundle "itspriddle/vim-jquery.git" Bundle "slim-template/vim-slim.git" Bundle "airblade/vim-gitgutter.git" -Bundle "https://github.com/bogado/file-line" +Bundle "bogado/file-line.git" "Filetype plugin indent on is required by vundle -filetype plugin indent on \ No newline at end of file +filetype plugin indent on