comparison src/version.c @ 32329:848cf22f0a3d v9.0.1496

patch 9.0.1496: test restoring register with wrong value Commit: https://github.com/vim/vim/commit/0b933c331d72f4a378fc30d96a7d16eb1aedd1d4 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 28 18:44:50 2023 +0100 patch 9.0.1496: test restoring register with wrong value Problem: Test restoring register with wrong value. Solution: Correct name of variable. (closes https://github.com/vim/vim/issues/12310)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Apr 2023 19:45:02 +0200
parents 8b45854712a4
children 2a096f5f527c
comparison
equal deleted inserted replaced
32328:757736f5d48a 32329:848cf22f0a3d
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1496,
698 /**/ 700 /**/
699 1495, 701 1495,
700 /**/ 702 /**/
701 1494, 703 1494,
702 /**/ 704 /**/