view runtime/spell/he.vim @ 24243:14bd3e0d0c71

Added tag v8.2.2662 for changeset d3cabf12c991b586a2337fa7116641e60b466bad
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 12:15: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