view runtime/spell/yi.vim @ 29354:3a49645302e6

Added tag v9.0.0019 for changeset 0c403f53b3727f1c82aec6bbdda1cdaa8b1455fd
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 20: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