Skip to content

Commit

Permalink
Improve 'formatoptions'
Browse files Browse the repository at this point in the history
References #10.
  • Loading branch information
tpope committed Jun 29, 2012
1 parent 3d31cb0 commit 2d54fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/gitcommit.vim
Expand Up @@ -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<'

Expand Down

0 comments on commit 2d54fb2

Please sign in to comment.