Mercurial > vim
view runtime/spell/yi.vim @ 26635:788251bf42b4
Added tag v8.2.3846 for changeset c75f70257cf5323e8a267f76b7ff099e67aff3ba
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 18 Dec 2021 16:45:03 +0100 |
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