view runtime/spell/yi.vim @ 14545:a259914eb676

Added tag v8.1.0285 for changeset 2b2d7ae42fb8b8bae0ef7d00104a99a4c3d3fe84
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Aug 2018 20:30:06 +0200
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