]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1550: Vim9: bufname('%') gives an error v8.2.1550
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Aug 2020 19:26:57 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Aug 2020 19:26:57 +0000 (21:26 +0200)
commit02aaad91094939758e053588dd23ebda467eea29
tree27b7e4bbe5b769297c905c1c4ff54e6ffa6c614c
parentca774f67534e6d1843fda9d1dc9a899972d27577
patch 8.2.1550: Vim9: bufname('%') gives an error

Problem:    Vim9: bufname('%') gives an error.
Solution:   Only give an error for wrong argument type. (closes #6807)
src/evalbuffer.c
src/testdir/test_vim9_func.vim
src/version.c