[vim]disable file-line plugin by default

This commit is contained in:
Mathieu Maret 2016-03-02 17:33:31 +01:00
parent 1a9249a798
commit a8a55cce9d
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -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'