aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
commitd18886688821e5d67c3f698cebd1f31da1c253fc (patch)
tree7c203c74a30c9d7ec7177aa1d61ee577175219f5 /vim/after/ftplugin/gitcommit.vim
parentReview vim/ftplugin and vim/indent files (diff)
downloaddotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.tar.gz
dotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.zip
Join some b:undo_ftplugin addenda
Diffstat (limited to 'vim/after/ftplugin/gitcommit.vim')
-rw-r--r--vim/after/ftplugin/gitcommit.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim
index 8c0d3d17..d64c7f6e 100644
--- a/vim/after/ftplugin/gitcommit.vim
+++ b/vim/after/ftplugin/gitcommit.vim
@@ -10,5 +10,4 @@ let b:undo_ftplugin = b:undo_ftplugin
setlocal comments+=n:>
setlocal formatoptions+=or
let b:undo_ftplugin = b:undo_ftplugin
- \ . '|setlocal comments<'
- \ . '|setlocal formatoptions<'
+ \ . '|setlocal comments< formatoptions<'