view runtime/spell/he.vim @ 855:d2a4f08396fe v7.0f05

updated for version 7.0f05
author vimboss
date Sat, 29 Apr 2006 22:03:41 +0000
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