Complete With Readline |
|
See http://github.com/rrthomas/lua-rlcompleter/ for an implementation of completion for the stand-alone Lua interpreter lua using the GNU Readline
library, as already used for command-line editing and history when LUA_USE_READLINE
is defined. It is similar Mike Pall's readline patch in LuaPowerPatches, but makes customization easier by calling a Lua function to compute the completions.