]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1924: using empty string for current buffer is unexpected v8.1.1924
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 20:14:58 +0000 (22:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 20:14:58 +0000 (22:14 +0200)
commita8eee21e75324d199acb1663cb5009e03014a13a
tree7214b321e35fa081b9be19cd5373731bca478ca8
parent4119309d70c7fc32637e77f2e84c185ad1768892
patch 8.1.1924: using empty string for current buffer is unexpected

Problem:    Using empty string for current buffer is unexpected.
Solution:   Make the argument optional for bufname() and bufnr().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_arglist.vim
src/version.c