commit | 0b933c331d72f4a378fc30d96a7d16eb1aedd1d4 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Apr 28 18:44:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 28 18:44:50 2023 +0100 |
tree | b1ccca7369a83fd126708dd46b9bd492f3ca37fc | |
parent | 660eb9f9db6e704e39e40c6f0bf747a14de30321 [diff] [blame] |
patch 9.0.1496: test restoring register with wrong value Problem: Test restoring register with wrong value. Solution: Correct name of variable. (closes #12310)
diff --git a/src/version.c b/src/version.c index 96e2611..331d6c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1496, +/**/ 1495, /**/ 1494,