diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-01-03 19:16:18 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-01-03 19:16:18 +0100 |
commit | 6b2e512a67c63d9a90d82ea0b051a218322c1704 (patch) | |
tree | bef3a8a7e4375bb93847603b1c54e38b9e01f167 | |
parent | 85b5baef260e770966cdc873a4e8eab05d935b64 (diff) |
Set textwidth to 72 in git commit messages
-rw-r--r-- | .vim/ftplugin/git.vim | 2 |
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) |