summaryrefslogtreecommitdiff
path: root/pcomplete.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2004-07-27 13:29:18 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:56 +0000
commitb80f6443b6b7b620c7272664c66ecb0b120a0998 (patch)
tree9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /pcomplete.h
parent7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff)
downloadbash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'pcomplete.h')
-rw-r--r--pcomplete.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcomplete.h b/pcomplete.h
index 9353fe1e..0b05ef81 100644
--- a/pcomplete.h
+++ b/pcomplete.h
@@ -71,6 +71,8 @@ typedef struct compspec {
#define COPT_FILENAMES (1<<2)
#define COPT_DIRNAMES (1<<3)
#define COPT_NOSPACE (1<<4)
+#define COPT_BASHDEFAULT (1<<5)
+#define COPT_PLUSDIRS (1<<6)
/* List of items is used by the code that implements the programmable
completions. */