diff --git a/vimrc b/vimrc index 209a165..046acab 100644 --- a/vimrc +++ b/vimrc @@ -3,7 +3,7 @@ set background:dark colorscheme earendel au BufRead ~/.mutt/temp/mutt-* set tw=72 -au BufRead .git/COMMIT_EDITMSG set tw=72 +au BufRead .git/*_EDITMSG set tw=72 autocmd FileType make setlocal noexpandtab autocmd BufWritePre *.php :%s/\s\+$//e