blob: c08cf8cb09d01d75ab1a16b7fd594ba271862767 [file] [log] [blame]
Bram Moolenaarcee55602005-08-21 22:12:59 +00001" For Yiddish 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