aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand.h')
-rw-r--r--src/expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.h b/src/expand.h
index 04cfa743..94f2c98c 100644
--- a/src/expand.h
+++ b/src/expand.h
@@ -41,7 +41,7 @@ enum
prefix of the filename. If accept_incomplete is true, only the
remainder of the string is returned.
*/
- ACCEPT_INCOMPLETE = 1 << 3,
+ FOR_COMPLETIONS = 1 << 3,
/** Only match files that are executable by the current user. Only applicable together with ACCEPT_INCOMPLETE. */
EXECUTABLES_ONLY = 1 << 4,