view runtime/spell/he.vim @ 24867:fd8966f3bdc6

Added tag v8.2.2971 for changeset f1121eb17e143abf31b2972a5f0d32fb9d03f6b2
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Jun 2021 19:45:03 +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