commit | 375141e1f80dced9be738568a3418f65813f4a2f | [log] [tgz] |
---|---|---|
author | Bakudankun <bakudankun@gmail.com> | Fri Sep 09 18:46:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 18:46:47 2022 +0100 |
tree | be23086bf0c21bbf564b42298909d856ac6780cf | |
parent | 0adae2da17598669e442ba38547ab18a6c1406de [diff] [blame] |
patch 9.0.0430: cannot use repeat() with a blob Problem: Cannot use repeat() with a blob. Solution: Implement blob repeat. (closes #11090)
diff --git a/src/version.c b/src/version.c index ef5f102..3b02a3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,