commit | 6f84b6db10ab86bca85e33f3fc6ee735eec8bbe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 23:16:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 23:16:32 2020 +0200 |
tree | 910da8245fbb1832bf346284451556126ab35bab | |
parent | 3767e3a3302d745349eff8cfe45411f03e13de43 [diff] [blame] |
patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar() Problem: Vim9: error when using '%" with setbufvar() or getbufvar(). Solution: Use tv_get_buf_from_arg(). (closes #6816)
diff --git a/src/version.c b/src/version.c index f2d89f6..d606f1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1563, +/**/ 1562, /**/ 1561,