view runtime/spell/yi.vim @ 21651:0993a0c9af26

Added tag v8.2.1375 for changeset 79a8d723a3d289b86330df40b9b0d75cc7e45bdf
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Aug 2020 15:45:04 +0200
parents f88526ade026
children
line wrap: on
line source

" For Yiddish 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