Mercurial > vim
view runtime/spell/he.vim @ 12548:6080d29645ae
Added tag v8.0.1152 for changeset aa3f6d093f4b89f84e4a31f3febb6481c4229580
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 26 Sep 2017 19:15:05 +0200 |
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