forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
64be6aa3a5
commit
8b8d829faf
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3623,
|
||||
/**/
|
||||
3622,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user