summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/ftplugin/git.vim2
1 files changed, 1 insertions, 1 deletions
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)