view runtime/spell/yi.vim @ 1349:da1d62fe5379 v7.1.063

updated for version 7.1-063
author vimboss
date Sat, 11 Aug 2007 14:00:30 +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