view runtime/spell/yi.vim @ 24028:38f3d0098db2

Added tag v8.2.2555 for changeset 8298c07980406b4b1f227d9a32b407a1c75d2725
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 22:45:05 +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