view runtime/spell/yi.vim @ 17607:bc68004ff5c0

Added tag v8.1.1800 for changeset ff097edaae8914219deb988b615b85fc326eed3d
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 18:30:08 +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