From 1e79a3424fa4e84da07d3df53e614a1a297d833f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 3 May 2001 07:13:37 +0000 Subject: 14214 --- Src/Zle/computil.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index 421916421..90544b9c2 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -1253,7 +1253,7 @@ ca_parse_line(Cadef d, int multi, int first) Caopt ptr, wasopt = NULL, dopt; struct castate state; char *line, *pe, **argxor = NULL; - int cur, doff, argend, arglast; + int cur, doff, argend, arglast, ne; Patprog endpat = NULL, napat = NULL; LinkList sopts = NULL; @@ -1319,7 +1319,10 @@ ca_parse_line(Cadef d, int multi, int first) /* remove quotes */ line = dupstring(line); + ne = noerrs; + noerrs = 2; parse_subst_string(line); + noerrs = ne; remnulargs(line); untokenize(line); -- cgit 1.4.1