view runtime/spell/he.vim @ 6960:b5cdc4f295ac

Added tag v7-4-797 for changeset 87cb71d54e8a
author Bram Moolenaar <bram@vim.org>
date Sat, 25 Jul 2015 22:53:00 +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