summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorPeng Wu <epico@dhcp-65-116.nay.redhat.com>2010-04-11 13:43:52 +0800
committerPeng Wu <alexepico@gmail.com>2010-05-19 10:09:32 +0800
commit07351a7e974d192a1b93679d518be75cb764fdd2 (patch)
tree901469555983bdd81379e18c0127803cd75d6ee5 /lua
parentfc07e4c1311e9ed7702fac1f0bd6882804d1a362 (diff)
downloadibus-libpinyin-07351a7e974d192a1b93679d518be75cb764fdd2.tar.gz
ibus-libpinyin-07351a7e974d192a1b93679d518be75cb764fdd2.tar.xz
ibus-libpinyin-07351a7e974d192a1b93679d518be75cb764fdd2.zip
add comment.
Diffstat (limited to 'lua')
-rw-r--r--lua/lua-plugin-init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lua-plugin-init.c b/lua/lua-plugin-init.c
index 69e356e..641e869 100644
--- a/lua/lua-plugin-init.c
+++ b/lua/lua-plugin-init.c
@@ -198,6 +198,7 @@ static int ime_register_command(lua_State * L){
}
/* check whether the same command exists. */
+ /* use the sorted array. */
return 0;
}