view runtime/spell/he.vim @ 23676:268e87b770cd

Added tag v8.2.2379 for changeset 21f49d327f008a946a40be49342262947017b2a9
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Jan 2021 21:45: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