Mercurial > vim
view runtime/spell/yi.vim @ 24873:e66659584572
Added tag v8.2.2974 for changeset 59cfa23bd9eb2d4115d3a0e27944e1fdcf522c66
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Jun 2021 19:15: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