VIM: all _EDITMSG need to word-wrap around column 72

This commit is contained in:
Tom Willemsen 2011-04-17 00:25:23 +02:00
parent 372171f7ed
commit 62a2f412be

2
vimrc
View file

@ -3,7 +3,7 @@ set background:dark
colorscheme earendel colorscheme earendel
au BufRead ~/.mutt/temp/mutt-* set tw=72 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 FileType make setlocal noexpandtab
autocmd BufWritePre *.php :%s/\s\+$//e autocmd BufWritePre *.php :%s/\s\+$//e