view runtime/spell/yi.vim @ 22434:70f3df42437e

Added tag v8.2.1765 for changeset 8b5e2f9580db8451604f5c0dbeae68ffda83390b
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 22: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