view runtime/spell/yi.vim @ 21238:136b33ce8216 v8.2.1170

patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all" Commit: https://github.com/vim/vim/commit/ef85a9b2d9e992ab594e089af3883e381cfad426 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 10 20:24:07 2020 +0200 patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all" Problem: Cursor off by one with block paste while 'virtualedit' is "all". Solution: Adjust condition. (Hugo Gualandi, closes https://github.com/vim/vim/issues/6430)
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jul 2020 20:30:05 +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