saks / lua-resty-repl

Interactive console (REPL) for Openresty and luajit code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing results in completion

saks opened this issue · comments

$ make repl 
[1] ngx(timer)> ngx.E <TAB>
ngx.EMERG  ngx.ERR    ngx.ERROR  
[1] ngx(timer)> ngx.ERR <TAB>
ngx.ERR
[1] ngx(timer)> ngx.ERR

During second completion ngx.ERR and press TAB, there is the only completion result: ngx.ERR.
There must also be ngx.ERROR.