-rw-r--r-- | completion.c | 2 |
diff --git a/completion.c b/completion.c index 87fd59c4..3a617728 100644 --- a/completion.c +++ b/completion.c @@ -89,7 +89,7 @@ char *my_generator (const char *text, int state) word = strchr (word, '0円') + 1; } - + if (!lua_istable(L, -1)) goto pop_exit; |