summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-04-17 00:25:23 +0200
committerGravatar Tom Willemsen2011-04-17 00:25:23 +0200
commit62a2f412be3009b04cdc540e1a0bffdf15c5bcb5 (patch)
tree4e1a0e1063a6a2ba8cae2b07b41e0e63346213ca /vimrc
parent372171f7ed7f2be9a90e06305629119833ebefca (diff)
downloaddotfiles-62a2f412be3009b04cdc540e1a0bffdf15c5bcb5.tar.gz
dotfiles-62a2f412be3009b04cdc540e1a0bffdf15c5bcb5.zip
VIM: all _EDITMSG need to word-wrap around column 72
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