summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2022-02-02 09:57:10 +1300
committerDavid Phillips <david@yeah.nah.nz>2022-02-02 09:57:10 +1300
commit5aa05507f5141442466bd361652692b0f99bbf39 (patch)
tree98502cd8d6ab3b993046edc3c437d9656e2a5a16
parentd117982f6decf3289088f41acc16446f1602c7db (diff)
downloaddotfiles-5aa05507f5141442466bd361652692b0f99bbf39.tar.xz
vimrc: wrap git commits correctly
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index ebfef5e..a896467 100644
--- a/vimrc
+++ b/vimrc
@@ -113,3 +113,5 @@ xnoremap <F12> <Nop>
snoremap <F12> <Nop>
onoremap <F12> <Nop>
nnoremap <expr> <F12> PopMode()
+
+au FileType gitcommit setlocal tw=72