view runtime/spell/yi.vim @ 2089:fd8864aeb52a v7.2.373

updated for version 7.2.373 Problem: Gcc 4.5 adds more error messages. (Chris Indy) Solution: Update default 'errorformat'.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 24 Feb 2010 15:25:25 +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