view runtime/spell/yi.vim @ 5272:62b39a51605c

Added tag v7-4b-012 for changeset 25f67b62afd8
author Bram Moolenaar <bram@vim.org>
date Sat, 03 Aug 2013 14:10:50 +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