view runtime/spell/he.vim @ 1732:f84061aa57e4 v7.2.030

updated for version 7.2-030
author vimboss
date Thu, 06 Nov 2008 19:47:51 +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