summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
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