view runtime/spell/yi.vim @ 34406:07e17450d57a

Added tag v9.1.0127 for changeset 5337abbdf88efa7fc36ae1fc8fbf3b3eba6abe2a
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2024 20:00:08 +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