Mercurial > vim
view runtime/spell/he.vim @ 13405:b65fa9463baa
Added tag v8.0.1576 for changeset 6155728094353dd3990aa7700c1d647ac501fcb6
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 06 Mar 2018 12:30:07 +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