]> granicus.if.org Git - vim/commit
patch 8.2.4841: empty string considered an error for expand() v8.2.4841
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2022 16:52:24 +0000 (17:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2022 16:52:24 +0000 (17:52 +0100)
commita96edb736d4274fc4aea460800780e06e1510812
tree49b65efbf351fe23cf3340d9d8c07286f8ee778c
parent05c7f5d3d03440da6f69604f8c06c4e3d90d2a26
patch 8.2.4841: empty string considered an error for expand()

Problem:    Empty string considered an error for expand() when 'verbose' is
            set. (Christian Brabandt)
Solution:   Do not give an error for an empty result. (closes #10307)
src/evalfunc.c
src/ex_docmd.c
src/filepath.c
src/proto/ex_docmd.pro
src/testdir/test_expand_func.vim
src/version.c