diff src/register.c @ 24946:dc3d45d9a4a8 v8.2.3010

patch 8.2.3010: not enough testing for viminfo code Commit: https://github.com/vim/vim/commit/41a7f82dea525b3398bf372cbb9c268455845800 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 16 15:53:17 2021 +0200 patch 8.2.3010: not enough testing for viminfo code Problem: Not enough testing for viminfo code. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8390)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Jun 2021 16:00:04 +0200
parents f1121eb17e14
children f397a21b3e4c
line wrap: on
line diff
--- 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