Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
refs/heads/android-16
/
.
/
runtime
/
spell
/
he.vim
blob: 76f52c4202817c6c1f3492a7fd53ff60d7ee4b69 [
file
] [
log
] [
blame
]
Bram Moolenaar
90915b5
2005-08-21 22:17:52 +0000
[
diff
] [
blame
]
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