view runtime/spell/he.vim @ 2613:8fdc12103333 v7.3.035

updated for version 7.3.035 Problem: Stray semicolon after if statement. (Hari G) Solution: Remove the semicolon.
author Bram Moolenaar <bram@vim.org>
date Sun, 24 Oct 2010 14:33:43 +0200
parents f00f0af2a320
children
line wrap: on
line source

" 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