about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-25 14:41:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-25 14:41:02 +0000
commit6fc030bbf948f924fe7fcbb700b282abd1872a96 (patch)
tree8dde0663763fdfc290a1f32af4c359b6b3c1098b /Src/zsh.h
parent85e7a6af99b5c83754949ea3a89b493e7ed95c27 (diff)
downloadzsh-6fc030bbf948f924fe7fcbb700b282abd1872a96.tar.gz
zsh-6fc030bbf948f924fe7fcbb700b282abd1872a96.tar.xz
zsh-6fc030bbf948f924fe7fcbb700b282abd1872a96.zip
zsh-workers/7482
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
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 */