view runtime/spell/he.vim @ 25253:ec854d8faa6b

Added tag v8.2.3162 for changeset acda780ffc3e83a01080b3e068444dc5713407dc
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Jul 2021 13:00:07 +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