view runtime/spell/he.vim @ 17695:f06c184d5a5f

Added tag v8.1.1844 for changeset 6f9cde96ee3c9387af1d45972d4b61fea62f2265
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Aug 2019 22:30:07 +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