view runtime/spell/yi.vim @ 14132:0aeb4cc130cf

Added tag v8.1.0083 for changeset ec85acd49b8eea1c1d0ed7ea4907b747d6c55763
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 18:30:07 +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