view runtime/spell/yi.vim @ 7636:526427b465e3

Added tag v7.4.1117 for changeset 1506f86b120fbc8c0b32437f09ba3fe3d937e502
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 17:15:05 +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