2019-10-25 14:25:48 +02:00
|
|
|
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
|
|
|
call ftplugined#check_undo_ft()
|
2019-10-25 14:15:56 +02:00
|
|
|
|
2019-10-10 20:30:47 +02:00
|
|
|
" Enable spell checking on commit messages
|
|
|
|
setlocal spell
|
2019-10-13 19:33:20 +02:00
|
|
|
let b:undo_ftplugin.='|setlocal spell<'
|