comparison runtime/doc/autocmd.txt @ 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 e76b83c07bd8
children 83cfa1ef1bf2
comparison
equal deleted inserted replaced
20823:9c648a5f2eda 20824:b8ca32dcfabb
1152 < regname Name of the |register| or 1152 < regname Name of the |register| or
1153 empty string for the unnamed 1153 empty string for the unnamed
1154 register. 1154 register.
1155 regtype Type of the register, see 1155 regtype Type of the register, see
1156 |getregtype()|. 1156 |getregtype()|.
1157 visual True if the operation is
1158 performed on a |Visual| area.
1157 Not triggered when |quote_| is used nor when 1159 Not triggered when |quote_| is used nor when
1158 called recursively. 1160 called recursively.
1159 It is not allowed to change the buffer text, 1161 It is not allowed to change the buffer text,
1160 see |textlock|. 1162 see |textlock|.
1161 {only when compiled with the +eval feature} 1163 {only when compiled with the +eval feature}