From 1594e3ec9c6772c443baef114bd5e67107dfbddf Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 29 Mar 2013 08:25:18 -0700 Subject: [PATCH] Add back file-line after undle migration --- vim/vundles.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 003dad18..871332c8 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -99,6 +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" "Filetype plugin indent on is required by vundle -filetype plugin indent on +filetype plugin indent on \ No newline at end of file