begin to modify lua plugin.
authorPeng Wu <alexepico@gmail.com>
Fri, 7 May 2010 03:15:20 +0000 (11:15 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 19 May 2010 02:09:33 +0000 (10:09 +0800)
lua/lua-plugin.h

index 67f7d9b..9ae71b4 100644 (file)
@@ -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. >*/