blob: 76f52c4202817c6c1f3492a7fd53ff60d7ee4b69 [file] [log] [blame]
Bram Moolenaar90915b52005-08-21 22:17:52 +00001" 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