Skip to content

Commit

Permalink
Don't let fenced languages disable spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomjhj authored and tpope committed Jan 11, 2022
1 parent e2acae8 commit c7988e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endfor
unlet! s:type
unlet! s:done_include

syn spell toplevel
if exists('s:foldmethod') && s:foldmethod !=# &l:foldmethod
let &l:foldmethod = s:foldmethod
unlet s:foldmethod
Expand Down

0 comments on commit c7988e8

Please sign in to comment.