Mercurial > vim
view runtime/spell/he.vim @ 23298:553475a18c8c
Added tag v8.2.2194 for changeset 40f1d3f0c53e3717430e7b81e704a45ead448f1e
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 22 Dec 2020 21:30:04 +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