From 47e4c7b8c18bf60b31505afa570257f7263d4940 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 12 Apr 2000 13:08:08 +0000 Subject: forgot one #if for commenting out the group-stuff for $compstate[insert] --- Src/Zle/compcore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index e308798e7..33fb435db 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -753,8 +753,9 @@ callcompfunc(char *s, char *fn) else if (!strcmp(compinsert, "all")) useline = 2, usemenu = 0; else if (idigit(*compinsert)) { +#if 0 char *m; - +#endif useline = 1; usemenu = 3; insmnum = atoi(compinsert); #if 0 -- cgit 1.4.1