]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3623: "$*" is expanded to "nonomatch" v8.2.3623
authorChristian Brabandt <cb@256bit.org>
Fri, 19 Nov 2021 12:37:36 +0000 (12:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 12:37:36 +0000 (12:37 +0000)
commit8b8d829faf04fe3706c04f7f7000054acd3254e7
tree10c4d21070962f5b95eb1acb235d519e812f5f82
parent64be6aa3a54ecfe355d4a03e1200650c301e7f29
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)
runtime/doc/map.txt
src/os_unix.c
src/testdir/test_expand.vim
src/version.c