Mercurial > vim
view runtime/spell/he.vim @ 34696:b52f4f56979f
Added tag v9.1.0228 for changeset 5569220366ee7c21b56ee688a098ff5c0b842c8e
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 29 Mar 2024 10:30:05 +0100 |
parents | f00f0af2a320 |
children |
line wrap: on
line source
" For Hebrew capitals should not be checked. But only change the " 'spellcapcheck' option when it is not at its default value. let s:spc = &l:spc setlocal spc& if s:spc == &l:spc setlocal spc= else let &l:spc = s:spc endif unlet s:spc