view runtime/spell/yi.vim @ 7634:39dc10ad4b19

Added tag v7.4.1116 for changeset 2a280b8e704022b7917239b55bbfe5f6ae4be196
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 17:00:04 +0100
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