]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4667: expandcmd() fails on an error v8.2.4667
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 2 Apr 2022 20:12:21 +0000 (21:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Apr 2022 20:12:21 +0000 (21:12 +0100)
commit5018a836c030988944a9bbe2fd2e538bf5261a72
tree06f7751f967cb1abca449a8ff12df6444a80471d
parent97f8c1081ec6d6d158bb51e18fa23a36d3ed5623
patch 8.2.4667: expandcmd() fails on an error

Problem:    expandcmd() fails on an error.
Solution:   On failure return the command unmodified. (yegappan Lakshmanan,
            closes #10063)
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_expand.vim
src/version.c