view runtime/spell/yi.vim @ 29180:e2fe9d2d2b78

Added tag v8.2.5109 for changeset 432e1535ef2c2588e084d7ecd331f894e99edadf
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 14:15: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