]> granicus.if.org Git - vim/commit
patch 9.0.0693: browse() first argument cannot be a bool v9.0.0693
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 11:52:09 +0000 (12:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Oct 2022 11:52:09 +0000 (12:52 +0100)
commit5a049846e4c54d70094c3f29ffbd340c75e9c50e
treea2a68580a6aa364e72f0d74cfc2f722f1e8452a7
parentb7f52f5659c68b61ccc645ef866f8fd82361cd26
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)
src/filepath.c
src/version.c