view runtime/spell/yi.vim @ 23887:ee748fa7dcf5

Added tag v8.2.2485 for changeset eef0cffbdb9428995769586d41d8d28436f8f627
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Feb 2021 17:30:05 +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