Mercurial > vim
view runtime/spell/he.vim @ 29488:0bca7d819ae5
Added tag v9.0.0085 for changeset 4f52a21f41f34bb7b073e4d856c553b9756e3ce0
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 26 Jul 2022 21:00:04 +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