commit | 5dfe467432638fac2e0156a2f9cd0d9eb569fb39 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Sep 14 17:54:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 14 17:54:30 2021 +0200 |
tree | f26436377c3b39cbbd4881d7c18450e61dc0d3ef | |
parent | f5785cf0592626ec17676e814d3ba58f5123bcda [diff] [blame] |
patch 8.2.3438: cannot manipulate blobs Problem: Cannot manipulate blobs. Solution: Add blob2list() and list2blob(). (Yegappan Lakshmanan, closes #8868)
diff --git a/src/version.c b/src/version.c index 11a976c..c803e5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3438, +/**/ 3437, /**/ 3436,