From a8a55cce9ded1d719ed74ef519df9f1ebb80ee40 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 2 Mar 2016 17:33:31 +0100 Subject: [PATCH] [vim]disable file-line plugin by default --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 403573b..cd194fb 100644 --- a/.vimrc +++ b/.vimrc @@ -509,7 +509,8 @@ let g:vimwiki_list=[{'path':'~/.vim/vimwiki'}] Plugin 'vim-scripts/Align' " open file at the given line with the file.txt:20 syntax -Plugin 'bogado/file-line' +" But it's screw up the git commit message +"Plugin 'bogado/file-line' " % match if/then/else/html ... Plugin 'tmhedberg/matchit'