view runtime/spell/he.vim @ 29074:21fc7b930c1e

Added tag v8.2.5058 for changeset c7bd1040a1c403acb34f8aefec40fdd57659c4ed
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jun 2022 20:15: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