Closed Yonaba closed 11 years ago
Hi,
In telescope.lua, the private function invert_table creates a global table named t2 at line 183. Shouldn't it be local to the function, or is it intended ?
invert_table
t2
Regards, Roland.
That's a bug! Completely, totally unintentional.
Fixed in c80b928e306cad7195e1ce5b92ddcdcb0a2c50b2. Thanks!
Hi,
In telescope.lua, the private function
invert_table
creates a global table namedt2
at line 183. Shouldn't it be local to the function, or is it intended ?Regards, Roland.