From d38610f0cdce39982b54e762ddf4ef1c68cb9528 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 22 May 2011 13:13:02 +0200 Subject: [PATCH] VI: add 76-column word-wrap to the Git Commit mode Suggested by Sebastian Schuberth. Signed-off-by: Johannes Schindelin --- share/vim/vim73/syntax/gitcommit.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/vim/vim73/syntax/gitcommit.vim b/share/vim/vim73/syntax/gitcommit.vim index 07447ca5..2aa2e925 100644 --- a/share/vim/vim73/syntax/gitcommit.vim +++ b/share/vim/vim73/syntax/gitcommit.vim @@ -81,3 +81,5 @@ hi def link gitcommitArrow gitcommitComment hi def link gitcommitBlank Error let b:current_syntax = "gitcommit" + +let &textwidth=76 -- 2.11.4.GIT