diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1496,
+/**/
     1495,
 /**/
     1494,