commit | b78286903300477bb8578a47b8170b4551e290c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 13:57:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 13:57:02 2019 +0100 |
tree | ded333d2ac3cfe663a8e44e9aa425bf75d0163e4 | |
parent | 832615be12bdb5d60b2850e2025592dc67217f37 [diff] [blame] |
patch 8.1.1043: Lua interface does not support Blob Problem: Lua interface does not support Blob. Solution: Add support to Blob. (Ozaki Kiichi, closes #4151)
diff --git a/src/version.c b/src/version.c index 4dc0df6..f6b3724 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1043, +/**/ 1042, /**/ 1041,