aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-31 10:44:32 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-31 10:44:32 -0700
commit84372ba79dbcdbde8e2e0ed7eeaddbc83a51b30d (patch)
treebf6451a9bb7ce4822a20545963e69f2213a2a71a /complete.h
parent7ac593273e25d5ce39104dc1752660a43a29f61d (diff)
Don't suggest non-directories when tab completing cd
Fixes #1059
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.h b/complete.h
index cf9638b0..36f1d6a1 100644
--- a/complete.h
+++ b/complete.h
@@ -32,7 +32,7 @@
#define NO_COMMON 2
/**
* Only use the argument list specifies with completion after
- * option. This is the same as (NO_FILES & NO_COMMON)
+ * option. This is the same as (NO_FILES | NO_COMMON)
*/
#define EXCLUSIVE 3