commit | 8b8d829faf04fe3706c04f7f7000054acd3254e7 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Nov 19 12:37:36 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 12:37:36 2021 +0000 |
tree | 10c4d21070962f5b95eb1acb235d519e812f5f82 | |
parent | 64be6aa3a54ecfe355d4a03e1200650c301e7f29 [diff] [blame] |
patch 8.2.3623: "$*" is expanded to "nonomatch" Problem: "$*" is expanded to "nonomatch". Solution: Only add "set nonomatch" when using a csh-like shell. (Christian Brabandt, closes #9159, closes #9153)
diff --git a/src/version.c b/src/version.c index 94238de..919a802 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3623, +/**/ 3622, /**/ 3621,