view runtime/spell/he.vim @ 4795:8360a59aa04b v7.3.1144

updated for version 7.3.1144 Problem: "RO" is not translated everywhere. Solution: Put inside _(). (Sergey Alyoshin)
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 20:17:11 +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