view runtime/spell/he.vim @ 7622:41db06cb1d81

Added tag v7.4.1110 for changeset 503534e56ce1e9c88ec60fac2b75703d1fbcd4d8
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 22:15:05 +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