view runtime/spell/yi.vim @ 20308:49fa1e49d5f5

Added tag v8.2.0709 for changeset ad6949eaa1c7d1ab9f20b90eed474616eb427e33
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 18:00: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