comparison 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
comparison
equal deleted inserted replaced
24945:a98c7315519b 24946:dc3d45d9a4a8
460 #endif 460 #endif
461 } 461 }
462 return OK; 462 return OK;
463 } 463 }
464 464
465 /*
466 * Last executed register (@ command)
467 */
465 static int execreg_lastc = NUL; 468 static int execreg_lastc = NUL;
466 469
467 int 470 int
468 get_execreg_lastc(void) 471 get_execreg_lastc(void)
469 { 472 {