view runtime/spell/yi.vim @ 15772:649b81669197 v8.1.0893

patch 8.1.0893: terminal test is a bit flaky commit https://github.com/vim/vim/commit/3615abb693ab2d9374ae72f0993128e32ffa3e1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 23:04:12 2019 +0100 patch 8.1.0893: terminal test is a bit flaky Problem: Terminal test is a bit flaky. Solution: Add test_terminal_no_cmd() to list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:15: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