Mercurial > vim
view runtime/spell/yi.vim @ 9188:6de68608c4ea
Added tag v7.4.1877 for changeset fb1a19011fbe482188cdda34f072662bf245e2c8
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 02 Jun 2016 19:15:06 +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