From 1a9cd4d46d26c7754332dbefaf95a28bdf651fa0 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 5 Jun 2015 16:41:06 +0200 Subject: [PATCH] [vim] Add file-line plugin Allow to open the file with the file:line syntax --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index a08729e..a8eb38d 100644 --- a/.vimrc +++ b/.vimrc @@ -476,4 +476,7 @@ let g:vimwiki_list=[{'path':'~/.vim/vimwiki'}] " Align " eg. to align on the "=" do :'<,'>Align = Plugin 'vim-scripts/Align' + +" open file at the given line with the file.txt:20 syntax +Plugin 'bogado/file-line' call vundle#end()