annotate runtime/spell/he.vim @ 18486:9d887cad7315

Added tag v8.1.2237 for changeset 63ee3c2b140fe1b4801389872a8e47aec19d028b
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Oct 2019 20:00:04 +0100
parents f00f0af2a320
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
488
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
1 " For Hebrew capitals should not be checked. But only change the
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
2 " 'spellcapcheck' option when it is not at its default value.
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
3 let s:spc = &l:spc
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
4 setlocal spc&
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
5 if s:spc == &l:spc
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
6 setlocal spc=
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
7 else
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
8 let &l:spc = s:spc
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
9 endif
f00f0af2a320 updated for version 7.0133
vimboss
parents:
diff changeset
10 unlet s:spc