commit | cf34434b5e840dda4a21cd9c0bee24e3e43a674d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jul 06 12:57:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 06 12:57:31 2022 +0100 |
tree | 6c68a3e9ebcac7dd15c82dfdd33a399a8a2de9b5 | |
parent | 324478037923feef1eb8a771648e38ade9e5e05a [diff] [blame] |
patch 9.0.0043: insufficient testing for bracket commands Problem: Insufficient testing for bracket commands. Solution: Add a few more tests. (closes #10668)
diff --git a/src/version.c b/src/version.c index 22908e2..f1b2e52 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 43, +/**/ 42, /**/ 41,