Mercurial > vim
view runtime/spell/he.vim @ 31380:2cc67b3a22a3
Added tag v9.0.1023 for changeset 540e85ac14c92021373692d5df19367d76239564
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 06 Dec 2022 17:30:05 +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