summaryrefslogtreecommitdiffstats
path: root/src/proto/register.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-07 18:16:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-07 18:16:36 +0200
commitbb861e293e0170455184079fa537278754b07911 (patch)
treed5f14938d1ebbf6cde67bdf6d2e26a6391106d32 /src/proto/register.pro
parentc82dd86084581afa5113b0dd9ade7a631b89b4fc (diff)
patch 8.2.0924: cannot save and restore a register properlyv8.2.0924
Problem: Cannot save and restore a register properly. Solution: Add getreginfo() and make setreg() accept a dictionary. (Andy Massimino, closes #3370)
Diffstat (limited to 'src/proto/register.pro')
-rw-r--r--src/proto/register.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/register.pro b/src/proto/register.pro
index 6ad4e49716..07a74b3524 100644
--- a/src/proto/register.pro
+++ b/src/proto/register.pro
@@ -29,6 +29,7 @@ void free_yank_all(void);
int op_yank(oparg_T *oap, int deleting, int mess);
void do_put(int regname, int dir, long count, int flags);
int get_register_name(int num);
+int get_unname_register(void);
void ex_display(exarg_T *eap);
void dnd_yank_drag_data(char_u *str, long len);
char_u get_reg_type(int regname, long *reglen);