view runtime/spell/yi.vim @ 31312:9b63b0076e6e

Added tag v9.0.0989 for changeset bda1452d81bc5529dea9f903b07c839267d0715a
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 16:15:03 +0100
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