view runtime/spell/he.vim @ 16540:92db83236723

Added tag v8.1.1273 for changeset 563163ec024489dadaac0007a4b38af392124900
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:30: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