view runtime/spell/yi.vim @ 31468:005dbf7d37de

Added tag v9.0.1066 for changeset 4abd8f9edf470f38fdf98f2e53a46dee94e61f87
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Dec 2022 11:45:06 +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