about summary refs log tree commit diff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h
index afd55b7f1..20e3d2cce 100644
--- a/Src/Zle/comp.h
+++ b/Src/Zle/comp.h
@@ -267,3 +267,8 @@ struct cline {
 #define CLF_MISS  4
 #define CLF_DIFF  8
 #define CLF_SUF  16
+
+/* Flags for makecomplist*(). Things not to do. */
+
+#define CFN_FIRST   1
+#define CFN_DEFAULT 2