mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
refactor(ops): use op_yank_reg() instead of op_yank() when deleting
Needed for Vim patch 8.1.0999.
This commit is contained in:
@@ -8160,7 +8160,7 @@ static void ex_operators(exarg_T *eap)
|
||||
|
||||
case CMD_yank:
|
||||
oa.op_type = OP_YANK;
|
||||
(void)op_yank(&oa, true, false);
|
||||
(void)op_yank(&oa, true);
|
||||
break;
|
||||
|
||||
default: // CMD_rshift or CMD_lshift
|
||||
|
Reference in New Issue
Block a user