Mercurial > vim
view runtime/spell/yi.vim @ 22168:4711aa50fa72
Added tag v8.2.1633 for changeset 740b16b3c80be2806097e9942887d19c08799fa4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 07 Sep 2020 19:00:05 +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