From 6fc030bbf948f924fe7fcbb700b282abd1872a96 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 25 Aug 1999 14:41:02 +0000 Subject: zsh-workers/7482 --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index fe80a17bb..99ef6ba03 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -819,6 +819,7 @@ struct shfunc { #define SFC_WIDGET 3 /* user defined widget */ #define SFC_COMPLETE 4 /* called from completion code */ #define SFC_CWIDGET 5 /* new style completion widget */ +#define SFC_GLOB 6 /* called from the `F' glob qualifier */ /* node in list of function call wrappers */ -- cgit 1.4.1