Mercurial > vim
view runtime/spell/yi.vim @ 32674:195ebcb7c329
Added tag v9.0.1667 for changeset bf6720206d5859e1e7cfc22631bdffbb7bc4ef04
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 26 Jun 2023 20:15:03 +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