view runtime/spell/yi.vim @ 7268:271eaba22dca

Add missing spell files updates Got missing from https://github.com/vim/vim/commit/ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7 because of binary patches
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Nov 2015 10:42:01 +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