view runtime/spell/yi.vim @ 2176:dd87ce87e0cc vim73

Remove outdated line from top Makefile.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 15:15:27 +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