view runtime/spell/yi.vim @ 19588:7368dce16a53

Added tag v8.2.0350 for changeset e61dc51ab9b4fb479c3aff564bced4360274f29f
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Mar 2020 22:00: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