view runtime/spell/he.vim @ 488:f00f0af2a320

updated for version 7.0133
author vimboss
date Sun, 21 Aug 2005 22:17:52 +0000
parents
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