view runtime/spell/yi.vim @ 5167:e80ac6c158b8

Added tag v7-4a-009 for changeset 467efeee8f9e
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 17:42:46 +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