view runtime/spell/he.vim @ 23528:6feb235b804d

Added tag v8.2.2306 for changeset 27ca5534a408fb0b64ece308d79d4b510ce7ec50
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jan 2021 22:00:07 +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