Mercurial > vim
view runtime/spell/he.vim @ 2791:1bd8af13fb43 v7.3.171
updated for version 7.3.171
Problem: When the clipboard isn't supported: ":yank*" gives a confusing
error message.
Solution: Specifically mention that the register name is invalid.
(Jean-Rene David)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 05 May 2011 14:26:41 +0200 |
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