Mercurial > vim
view runtime/spell/yi.vim @ 9512:60945959a955
Added tag v7.4.2036 for changeset c2e904cc064f7025feb2854d80cefe9fb2d01379
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 14 Jul 2016 22:15: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