view runtime/spell/yi.vim @ 5229:1261caf9bc51 v7.4a.040

updated for version 7.4a.040 Problem: Win32: using uninitialized variable. Solution: (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Jul 2013 13:49:22 +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