From 6b2e512a67c63d9a90d82ea0b051a218322c1704 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 3 Jan 2010 19:16:18 +0100 Subject: Set textwidth to 72 in git commit messages --- .vim/ftplugin/git.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/ftplugin/git.vim b/.vim/ftplugin/git.vim index 23ad0a0..22beee9 100644 --- a/.vim/ftplugin/git.vim +++ b/.vim/ftplugin/git.vim @@ -32,7 +32,7 @@ if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 -setlocal tw=74 +setlocal tw=72 setlocal nowarn nowb function! Git_diff_windows(vertsplit, auto, opts) -- cgit v1.2.3-54-g00ecf