about summary refs log tree commit diff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-13 10:45:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-13 10:45:28 +0000
commita4ed24438b36698761634591bb2eb397260ca2c3 (patch)
tree785c3104e80ad80b01c670e76646d90c1ca6c5f1 /Src/Zle/comp.h
parent7eb928e2663197d52898b55cd2ccbe10c3222236 (diff)
downloadzsh-a4ed24438b36698761634591bb2eb397260ca2c3.tar.gz
zsh-a4ed24438b36698761634591bb2eb397260ca2c3.tar.xz
zsh-a4ed24438b36698761634591bb2eb397260ca2c3.zip
zsh-workers/7798
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h
index ab8d62c8a..034410f3a 100644
--- a/Src/Zle/comp.h
+++ b/Src/Zle/comp.h
@@ -226,9 +226,10 @@ struct cmatch {
 
 #define CMF_FILE     1		/* this is a file */
 #define CMF_REMOVE   2		/* remove the suffix */
-#define CMF_PARBR    4		/* paramter expansion with a brace */
-#define CMF_PARNEST  8		/* nested paramter expansion */
-#define CMF_NOLIST  16		/* should not be listed */
+#define CMF_ISPAR    4		/* is paramter expansion */
+#define CMF_PARBR    8		/* paramter expansion with a brace */
+#define CMF_PARNEST 16		/* nested paramter expansion */
+#define CMF_NOLIST  32		/* should not be listed */
 
 
 /* Stuff for completion matcher control. */