summaryrefslogtreecommitdiffstats
path: root/src/proto/ops.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-04 21:34:31 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-04 21:34:31 +0100
commita1891848d970452cd775d35a4bccfdd9758a690a (patch)
treea4f34fe283b391afa71e8a735b10e161077e953d /src/proto/ops.pro
parente353c402e63b9b0a0bc06acf390e352d9e7eeaeb (diff)
patch 8.0.0303: bracketed paste does not work in Visual modev8.0.0303
Problem: Bracketed paste does not work in Visual mode. Solution: Delete the text before pasting
Diffstat (limited to 'src/proto/ops.pro')
-rw-r--r--src/proto/ops.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ops.pro b/src/proto/ops.pro
index de4ae73999..ef044e7aba 100644
--- a/src/proto/ops.pro
+++ b/src/proto/ops.pro
@@ -23,6 +23,7 @@ int insert_reg(int regname, int literally);
int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg);
int cmdline_paste_reg(int regname, int literally, int remcr);
void adjust_clip_reg(int *rp);
+void shift_delete_registers(void);
int op_delete(oparg_T *oap);
int op_replace(oparg_T *oap, int c);
void op_tilde(oparg_T *oap);