diff --git a/vimrc b/vimrc index 43e45f6..814a861 100644 --- a/vimrc +++ b/vimrc @@ -82,8 +82,8 @@ set encoding=utf-8 set fileencoding=utf-8 " Specific to git commit (COMMIT_EDITMSG) {{{ -autocmd Filetype gitcommit setlocal textwidth=50 -autocmd Filetype gitcommit setlocal colorcolumn=51 +autocmd Filetype gitcommit setlocal textwidth=72 +autocmd Filetype gitcommit setlocal colorcolumn=51,72 " }}} " Path pour la recherche de fichier avec :find, :sfind et :tabfind