dotfiles/symlinks/vim/after/ftplugin/gitcommit.vim

5 lines
94 B
VimL
Raw Normal View History

2021-01-07 08:09:41 +00:00
set textwidth=72
set spell
set cc=+1
let b:undo_ftplugin .= '|setlocal textwidth< spell< cc<'