]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4740: when expand() fails there is no error message v8.2.4740
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Apr 2022 11:54:11 +0000 (12:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Apr 2022 11:54:11 +0000 (12:54 +0100)
commit575445200bd35283191ecd7a0d596b37c5b477a4
tree2188e3f108e7337222c859bc3ca2ab51227cd61b
parentd58862d18f091d3c14fa3647e724ef7eea1ecefa
patch 8.2.4740: when expand() fails there is no error message

Problem:    When expand() fails there is no error message.
Solution:   When 'verbose' is set give an error message.
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_expand.vim
src/version.c