From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. 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