From 44bfbe0fdd70a76f5c8340424893272a4a92cc59 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Dec 2014 17:33:27 +0100 Subject: [spell] files. --- spell/he.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spell/he.vim (limited to 'spell/he.vim') diff --git a/spell/he.vim b/spell/he.vim new file mode 100644 index 0000000..76f52c4 --- /dev/null +++ b/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