From a3f8e27bf8487cf2e74e66cabbd4b1ab6d8294a8 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 2 Aug 2015 16:43:37 -0700 Subject: rename ACCEPT_INCOMPLETE to FOR_COMPLETIONS, which is clearer --- src/expand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expand.h') 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, -- cgit v1.2.3