comparison src/proto/ops.pro @ 10827:e366b968bf08 v8.0.0303

patch 8.0.0303: bracketed paste does not work in Visual mode commit https://github.com/vim/vim/commit/a1891848d970452cd775d35a4bccfdd9758a690a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 4 21:34:31 2017 +0100 patch 8.0.0303: bracketed paste does not work in Visual mode Problem: Bracketed paste does not work in Visual mode. Solution: Delete the text before pasting
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Feb 2017 21:45:04 +0100
parents 80ace3687eec
children 8d9ecf09183a
comparison
equal deleted inserted replaced
10826:c87e4d47304a 10827:e366b968bf08
21 int do_execreg(int regname, int colon, int addcr, int silent); 21 int do_execreg(int regname, int colon, int addcr, int silent);
22 int insert_reg(int regname, int literally); 22 int insert_reg(int regname, int literally);
23 int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg); 23 int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg);
24 int cmdline_paste_reg(int regname, int literally, int remcr); 24 int cmdline_paste_reg(int regname, int literally, int remcr);
25 void adjust_clip_reg(int *rp); 25 void adjust_clip_reg(int *rp);
26 void shift_delete_registers(void);
26 int op_delete(oparg_T *oap); 27 int op_delete(oparg_T *oap);
27 int op_replace(oparg_T *oap, int c); 28 int op_replace(oparg_T *oap, int c);
28 void op_tilde(oparg_T *oap); 29 void op_tilde(oparg_T *oap);
29 int swapchar(int op_type, pos_T *pos); 30 int swapchar(int op_type, pos_T *pos);
30 void op_insert(oparg_T *oap, long count1); 31 void op_insert(oparg_T *oap, long count1);