view runtime/spell/he.vim @ 17082:76f837f6d427

Added tag v8.1.1540 for changeset 81b791a843bc17d7accd7530cdf1f71d13e4db43
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 16:15:06 +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