commit | fe136c9a85412f4bdb5de70ef8416af5fa382b28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 18:35:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 18:35:26 2020 +0200 |
tree | ed8e13e406f5623d3f9d0665dae559f979dad06f | |
parent | b936b79424d435b83cdebed5507a9d3800e66e6c [diff] [blame] |
patch 8.2.1590: Vim9: bufnr() doesn't take "true" argument Problem: Vim9: bufnr() doesn't take "true" argument. Solution: use tv_get_bool_chk(). (closes #6863)
diff --git a/src/version.c b/src/version.c index 26a30c1..53a3ed0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1590, +/**/ 1589, /**/ 1588,