view runtime/spell/yi.vim @ 4461:7058abc81075

Added tag v7-3-978 for changeset fe8a0a6a1c2a
author Bram Moolenaar <bram@vim.org>
date Mon, 20 May 2013 21:49:13 +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