dotfiles/vim/ftplugin/gitcommit.vim

8 lines
93 B
VimL
Raw Normal View History

2021-01-31 21:45:12 +01:00
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
set spell
set spelllang=en