From: Simon Ruderich Date: Sat, 14 Nov 2009 13:57:43 +0000 (+0100) Subject: Merge commit 'rammstein/master' X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0928bfd75c45c99dcef44ccf85c29574a2d25c3f;p=config%2Fdotfiles.git Merge commit 'rammstein/master' Conflicts: vimrc --- 0928bfd75c45c99dcef44ccf85c29574a2d25c3f diff --cc vimrc index dd39b58,ea0e5f0..4b166e9 --- a/vimrc +++ b/vimrc @@@ -253,12 -256,9 +256,12 @@@ if has('autocmd' " backupcopy=auto. autocmd FileType crontab setlocal backupcopy=yes " Don't use the modeline as the diff created by `git commit -v` may contain - " one which could change the filetype or other settings of the commit window. + " one which could change the filetype or other settings of the commit buffer. +" Also make sure we use only 72 characters per line which is the +" recommondation for git commit messages (http://tpope.net/node/106). autocmd FileType gitcommit setlocal nomodeline | - \ let g:secure_modelines_allowed_items = [] + \ let g:secure_modelines_allowed_items = [] | + \ setlocal textwidth=72 " Allow folding in perl. autocmd FileType perl let perl_fold = 1 | \ let perl_fold_blocks = 1