aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/markdown.vim
blob: ab27c2f70f98e61a3846d51422b028d00ce5806d (plain) (blame)
1
2
3
4
5
6
" Spellcheck documents by default
if has('syntax')
  setlocal spell
  let b:undo_user_ftplugin
        \ = 'setlocal spell<'
endif