commit | 3767e3a3302d745349eff8cfe45411f03e13de43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 23:06:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 23:06:01 2020 +0200 |
tree | 03523354dd08a8bbdee8868d3e22213d10da2513 | |
parent | 81fcb67fb32a12414512b72e691a1bbbff9f8511 [diff] [blame] |
patch 8.2.1562: Vim9: error when using "%" where a buffer is expected Problem: Vim9: error when using "%" where a buffer is expected. Solution: Add tv_get_buf_from_arg(). (closes #6814)
diff --git a/src/version.c b/src/version.c index 80c3998..f2d89f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1562, +/**/ 1561, /**/ 1560,