Don't let fenced languages disable spell checking

This commit is contained in:
Jaehwang Jerry Jung
2022-01-10 00:56:43 +09:00
committed by Tim Pope
parent e2acae8cef
commit c7988e88a2

View File

@@ -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