From 02eb1595e8687fd0facd4a8b0e4a19c61a35b664 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 22 Dec 2016 16:12:42 +0100 Subject: 40162: _arguments support for a match spec in combination with sets --- Src/Zle/computil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index 192ddeab9..d2f0c999b 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -1288,7 +1288,7 @@ parse_cadef(char *nam, char **args) ret->ndopts = ndopts; ret->nodopts = nodopts; set_cadef_opts(ret); - ret = ret->snext = alloc_cadef(NULL, single, NULL, nonarg, flags); + ret = ret->snext = alloc_cadef(NULL, single, match, nonarg, flags); optp = &(ret->opts); nopts = ndopts = nodopts = 0; anum = 1; -- cgit 1.4.1