Mercurial > vim
view runtime/spell/he.vim @ 24605:f5484f767f70
Added tag v8.2.2841 for changeset b1ba40ea418db306aedb384ce66405b83d83e399
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 07 May 2021 15: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