commit | 8dabccd295271104ad5af0abc48e283d644cff59 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 22 21:22:24 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Aug 22 21:22:24 2023 +0200 |
tree | 7fc015e2d7875279ac3188b3533d6100955d5cf0 | |
parent | a76f3221cdcfff6880213839de4d04cf0c7c60f8 [diff] [blame] |
patch 9.0.1779: Need more state() tests Problem: Need more state() tests Solution: Add a few more tests for operater pending mode and register yank command closes: #12883 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: author
diff --git a/src/version.c b/src/version.c index 50e2187..3ca3167 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1779, +/**/ 1778, /**/ 1777,