commit | 90915b5d4894da281ad03e902b3e6699ad60aad1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:17:52 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:17:52 2005 +0000 |
tree | fe0dfb44977c507d9ed119c25e3c1cc334e6e2a7 | |
parent | 50c819501243d87e0ea387457298162062750089 [diff] [blame] |
updated for version 7.0133
diff --git a/runtime/spell/he.vim b/runtime/spell/he.vim new file mode 100644 index 0000000..76f52c4 --- /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