repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add howto comment to appcast file
[MacVim.git]
/
runtime
/
spell
/
he.vim
blob
76f52c4202817c6c1f3492a7fd53ff60d7ee4b69
1
" For Hebrew capitals should not be checked. But only change the
2
" 'spellcapcheck' option when it is not at its default value.
3
let s:spc = &l:spc
4
setlocal spc&
5
if s:spc == &l:spc
6
setlocal spc=
7
else
8
let &l:spc = s:spc
9
endif
10
unlet s:spc