view runtime/spell/yi.vim @ 6958:8840c1ae3b50

Added tag v7-4-796 for changeset d19e79d29bf9
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Jul 2015 22:46:14 +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