Mercurial > vim
view runtime/spell/yi.vim @ 869:31bff9be0a77 v7.0g04
updated for version 7.0g04
author | vimboss |
---|---|
date | Fri, 05 May 2006 21:18:03 +0000 |
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