view runtime/spell/yi.vim @ 2978:410d42e3d4da v7.3.261

updated for version 7.3.261 Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Jul 2011 13:59:21 +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