view runtime/spell/he.vim @ 22058:bc8d10f64a2a

Added tag v8.2.1578 for changeset f64a16f5bff09428f8b5a1a3a7c366a81e960868
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 22:45:25 +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