Mercurial > vim
view runtime/spell/yi.vim @ 20824:b8ca32dcfabb v8.2.0964
patch 8.2.0964: TextYankPost does not provide info about Visual selection
Commit: https://github.com/vim/vim/commit/37d1673ce007c46ec2338f3236ae1b7b0324bd25
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jun 12 22:09:01 2020 +0200
patch 8.2.0964: TextYankPost does not provide info about Visual selection
Problem: TextYankPost does not provide info about Visual selection.
Solution: Add the 'visual' key in v:event. (closes https://github.com/vim/vim/issues/6249)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 12 Jun 2020 22:15:04 +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