Install vim73
[msysgit/mtrensch.git] / share / vim / vim73 / spell / he.vim
blob76f52c4202817c6c1f3492a7fd53ff60d7ee4b69
1 " For Hebrew capitals should not be checked.  But only change the
2 " 'spellcapcheck' option when it is not at its default value.
3 let s:spc = &l:spc
4 setlocal spc&
5 if s:spc == &l:spc
6   setlocal spc=
7 else
8   let &l:spc = s:spc
9 endif
10 unlet s:spc