view runtime/spell/yi.vim @ 524:d9cc61139d12 v7.0146

updated for version 7.0146
author vimboss
date Tue, 13 Sep 2005 21:22:27 +0000
parents f88526ade026
children
line wrap: on
line source

" For Yiddish 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