aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-02 16:43:37 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-08 13:55:49 -0700
commita3f8e27bf8487cf2e74e66cabbd4b1ab6d8294a8 (patch)
tree8378e77979bf57666ff5576f49e812f733c75572 /src/expand.h
parentb55c13f275519d68ea24ecd08d4bd0f426b94722 (diff)
rename ACCEPT_INCOMPLETE to FOR_COMPLETIONS, which is clearer
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,