view runtime/spell/yi.vim @ 20686:0034b328ddde

Added tag v8.2.0896 for changeset 4c66962d322b10ada781eb17a0a91c8d4712a7e2
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 23: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