summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lua-plugin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h
index 67f7d9b..9ae71b4 100644
--- a/lua/lua-plugin.h
+++ b/lua/lua-plugin.h
@@ -16,6 +16,12 @@ typedef struct{
} lua_command_t;
typedef struct{
+ const char * suggest;
+ const char * help;
+ const char * content;
+} lua_command_candidate_t;
+
+typedef struct{
const char * lua_function_name;
const char * description;
/*< private, skip it, and register it into Special Table directly with * wildcard. >*/