From e63b0016502ff2f535894006c67364ed8fa48ef0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 7 May 2010 11:15:20 +0800 Subject: begin to modify lua plugin. --- lua/lua-plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua') 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 @@ -15,6 +15,12 @@ typedef struct{ const char * help; /* optional. */ } 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; -- cgit