aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-21 17:44:51 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-21 17:44:51 -0700
commite0e0bcdc1e952aa4fd6aaf2a7028eff85c272e30 (patch)
tree4621ccd1c29f50ca98f9cef2ac3d77fd4c580494 /complete.h
parent1ed8af2ee821a1c00aa5743a709060c5664fd684 (diff)
Update code formatting
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/complete.h b/complete.h
index 0da1fa46..478facc1 100644
--- a/complete.h
+++ b/complete.h
@@ -77,7 +77,7 @@ enum
/** This completion is case insensitive. */
COMPLETE_CASE_INSENSITIVE = 1 << 1,
-
+
/** This is not the suffix of a token, but replaces it entirely */
COMPLETE_REPLACES_TOKEN = 1 << 2,
@@ -139,7 +139,8 @@ public:
bool operator != (const completion_t& rhs) const;
};
-enum {
+enum
+{
COMPLETION_REQUEST_DEFAULT = 0,
COMPLETION_REQUEST_AUTOSUGGESTION = 1 << 0, // indicates the completion is for an autosuggestion
COMPLETION_REQUEST_DESCRIPTIONS = 1 << 1, // indicates that we want descriptions