view runtime/spell/yi.vim @ 24556:79e51024533b

Added tag v8.2.2817 for changeset 83877a1b66fd061bffc0f82222da0b8f1d78e0c8
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Apr 2021 20:45:04 +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