view runtime/spell/yi.vim @ 11058:1448c8bd818f v8.0.0418

patch 8.0.0418: ASAN logs are disabled commit https://github.com/vim/vim/commit/a382868115e8f8e44c6a85bb9587f8eb31fa0033 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 14:56:07 2017 +0100 patch 8.0.0418: ASAN logs are disabled Problem: ASAN logs are disabled and don't cause a failure. Solution: Enable ASAN logs and fail if not empty. (James McCoy, closes #1425)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 15:00:04 +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