Merge pull request #102 from irrationalfab/master
Enable spell checking for git commits.
This commit is contained in:
commit
87d6af4807
7
vim/ftplugin/gitcommit.vim
Normal file
7
vim/ftplugin/gitcommit.vim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
if exists("b:did_ftplugin")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
let b:did_ftplugin = 1 " Don't load twice in one buffer
|
||||||
|
|
||||||
|
setlocal spell
|
Loading…
Reference in New Issue
Block a user