Mercurial > vim
view runtime/spell/he.vim @ 1552:220a9309067d v7.1.266
updated for version 7.1-266
author | vimboss |
---|---|
date | Wed, 27 Feb 2008 15:14:04 +0000 |
parents | f00f0af2a320 |
children |
line wrap: on
line source
" For Hebrew 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