summaryrefslogtreecommitdiffstats
path: root/runtime/spell/he.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-21 22:17:52 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-21 22:17:52 +0000
commit90915b5d4894da281ad03e902b3e6699ad60aad1 (patch)
treefe0dfb44977c507d9ed119c25e3c1cc334e6e2a7 /runtime/spell/he.vim
parent50c819501243d87e0ea387457298162062750089 (diff)
updated for version 7.0133
Diffstat (limited to 'runtime/spell/he.vim')
-rw-r--r--runtime/spell/he.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/spell/he.vim b/runtime/spell/he.vim
new file mode 100644
index 0000000000..76f52c4202
--- /dev/null
+++ b/runtime/spell/he.vim
@@ -0,0 +1,10 @@
+" 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