" Extra configuration for 'text' filetypes if &compatible || v:version < 700 || exists('b:did_ftplugin_after') finish endif if &filetype !=# 'text' finish endif let b:did_ftplugin_after = 1 let b:undo_ftplugin = b:undo_ftplugin \ . '|unlet b:did_ftplugin_after' " Spellcheck documents setlocal spell let b:undo_ftplugin = b:undo_ftplugin \ . '|setlocal spell<'