Mercurial > vim
view runtime/spell/yi.vim @ 4187:171234e02b1e v7.3.845
updated for version 7.3.845
Problem: Enum indenting is not tested.
Solution: Add tests. (Hong Xu)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 07 Mar 2013 13:21:32 +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