summaryrefslogtreecommitdiff
path: root/src/register.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-06-16 15:53:17 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-16 15:53:17 +0200
commit41a7f82dea525b3398bf372cbb9c268455845800 (patch)
tree01a3109d33f0599628a340a4667bd747a488c094 /src/register.c
parentb90ac5e96e40706ffb039db64b92fcd16fa78c04 (diff)
downloadvim-git-41a7f82dea525b3398bf372cbb9c268455845800.tar.gz
patch 8.2.3010: not enough testing for viminfo codev8.2.3010
Problem: Not enough testing for viminfo code. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8390)
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/register.c b/src/register.c
index c30787afe..4774e2a99 100644
--- a/src/register.c
+++ b/src/register.c
@@ -462,6 +462,9 @@ stuff_yank(int regname, char_u *p)
return OK;
}
+/*
+ * Last executed register (@ command)
+ */
static int execreg_lastc = NUL;
int