From 2d54fb2b87fe3b74c2fb00edcfaa1f711944e6ea Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 28 Jun 2012 23:00:34 -0400 Subject: [PATCH] Improve 'formatoptions' References #10. --- ftplugin/gitcommit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index 0aa17c4..934bffc 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -11,7 +11,7 @@ endif runtime! ftplugin/git.vim let b:did_ftplugin = 1 -setlocal nomodeline formatoptions+=t +setlocal nomodeline formatoptions-=croq formatoptions+=tl let b:undo_ftplugin = 'setl modeline< formatoptions<'