1" For Hebrew capitals should not be checked.  But only change the
2" 'spellcapcheck' option when it is not at its default value.
3let s:spc = &l:spc
4setlocal spc&
5if s:spc == &l:spc
6  setlocal spc=
7else
8  let &l:spc = s:spc
9endif
10unlet s:spc
11