From 029f72b1a93430b24b88eb3a72c6114d9f149737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:09:20 +0200 Subject: Adding upstream version 2:9.1.0016. Signed-off-by: Daniel Baumann --- runtime/spell/he.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 runtime/spell/he.vim (limited to 'runtime/spell/he.vim') 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 -- cgit v1.2.3