From da709cd9e90c3ab644bb92700f0ed40d965b80d3 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 11:17:19 +0600 Subject: Initial commit. --- files/.vim/after/ftplugin/gitcommit.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 files/.vim/after/ftplugin/gitcommit.vim (limited to 'files/.vim/after/ftplugin/gitcommit.vim') diff --git a/files/.vim/after/ftplugin/gitcommit.vim b/files/.vim/after/ftplugin/gitcommit.vim new file mode 100755 index 0000000..b984b96 --- /dev/null +++ b/files/.vim/after/ftplugin/gitcommit.vim @@ -0,0 +1,4 @@ +set spell +set textwidth=72 + +hi link gitcommitSummary Special -- cgit v1.2.3