Mercurial > vim
view runtime/spell/yi.vim @ 28056:fa0290f89c7b
Added tag v8.2.4552 for changeset 5bf3ed75e26cdfe24b0fead0d8d740a4702e28ee
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 12 Mar 2022 16:00:04 +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