view runtime/spell/he.vim @ 10505:b0cd1a60939c

commit https://github.com/vim/vim/commit/294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 15:28:44 2017 +0100 Attempt to make coverage working again.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:30:04 +0100
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