view runtime/spell/he.vim @ 28824:08e9b779b213

Added tag v8.2.4935 for changeset 980eaa09f9409d567ef695589d235e417a60e5ce
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 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