Mercurial > vim
view runtime/spell/he.vim @ 23613:cbabd97da7d8
Added tag v8.2.2348 for changeset 8dbebce076959921604b8e3af58ddfe0f396878f
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 14 Jan 2021 19: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