aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:34:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 14:34:04 +1200
commit682897562b1a1efc1fd993f666a78d5957fc1533 (patch)
tree5581b01edbaa439bc93e57499302cec0dfabc42c /vim/after/ftplugin/gitcommit.vim
parentMerge branch 'release/v1.15.0' (diff)
parentRebuild dotfiles(7) manual (diff)
downloaddotfiles-682897562b1a1efc1fd993f666a78d5957fc1533.tar.gz
dotfiles-682897562b1a1efc1fd993f666a78d5957fc1533.zip
Merge branch 'release/v1.16.0'v1.16.0
* release/v1.16.0: Rebuild dotfiles(7) manual Bump VERSION Update insert_cancel.vim plugin Add vim config subfile to undo Debian's changes Provide install-neovim target Don't shout in CJK in README.md. Don't spellcheck &readonly text/markdown Add 'c' flag to 'formatoptions' for gitcommit Correct <C-L> mapping
Diffstat (limited to 'vim/after/ftplugin/gitcommit.vim')
-rw-r--r--vim/after/ftplugin/gitcommit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim
index 761ebc81..b7538c9c 100644
--- a/vim/after/ftplugin/gitcommit.vim
+++ b/vim/after/ftplugin/gitcommit.vim
@@ -14,6 +14,6 @@ let b:undo_ftplugin = b:undo_ftplugin
" Make angle brackets behave like mail quotes
setlocal comments+=n:>
-setlocal formatoptions+=or
+setlocal formatoptions+=cor
let b:undo_ftplugin = b:undo_ftplugin
\ . '|setlocal comments< formatoptions<'