commit | 5a049846e4c54d70094c3f29ffbd340c75e9c50e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 12:52:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 12:52:09 2022 +0100 |
tree | a2a68580a6aa364e72f0d74cfc2f722f1e8452a7 | |
parent | b7f52f5659c68b61ccc645ef866f8fd82361cd26 [diff] [blame] |
patch 9.0.0693: browse() first argument cannot be a bool Problem: browse() first argument cannot be a bool. Solution: Use tv_get_bool_chk() instead of tv_get_number_chk(). (closes #11308)
diff --git a/src/version.c b/src/version.c index 15fdbaa..86099f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 693, +/**/ 692, /**/ 691,