mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-09 10:23:48 -05:00
Don't let fenced languages disable spell checking
This commit is contained in:
committed by
Tim Pope
parent
e2acae8cef
commit
c7988e88a2
@@ -39,6 +39,7 @@ endfor
|
|||||||
unlet! s:type
|
unlet! s:type
|
||||||
unlet! s:done_include
|
unlet! s:done_include
|
||||||
|
|
||||||
|
syn spell toplevel
|
||||||
if exists('s:foldmethod') && s:foldmethod !=# &l:foldmethod
|
if exists('s:foldmethod') && s:foldmethod !=# &l:foldmethod
|
||||||
let &l:foldmethod = s:foldmethod
|
let &l:foldmethod = s:foldmethod
|
||||||
unlet s:foldmethod
|
unlet s:foldmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user