view runtime/spell/yi.vim @ 17913:be8ab5bb74ce

Added tag v8.1.1952 for changeset 9fac6d0de69a37d9e0940ebb3bc7623c2ddee042
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 19: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