commit | 80b0e5ea1132d1d7cf78c77bc14c686c836a0d25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 20:45:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 20:45:36 2020 +0200 |
tree | 67010c8c5d188d8f4498806029949ef945a513b9 | |
parent | 66fa5fd54f550c0790d36c20124c49493b323bfa [diff] [blame] |
patch 8.2.1867: Vim9: argument to add() not checked for blob Problem: Vim9: argument to add() not checked for blob. Solution: Add the BLOBAPPEND instruction.
diff --git a/src/version.c b/src/version.c index 1b60ebd..97a3b71 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1867, +/**/ 1866, /**/ 1865,