commit | 5018a836c030988944a9bbe2fd2e538bf5261a72 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Apr 02 21:12:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 21:12:21 2022 +0100 |
tree | 06f7751f967cb1abca449a8ff12df6444a80471d | |
parent | 97f8c1081ec6d6d158bb51e18fa23a36d3ed5623 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b6fd047..6742703 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4667, +/**/ 4666, /**/ 4665,