rgieseke / textredux

Text-based interfaces for Textadept
http://rgieseke.github.io/textredux/
Other
59 stars 11 forks source link

Textredux fails to load on TA Qt nightly #84

Closed snoopy closed 1 year ago

snoopy commented 1 year ago

Starting TA with TR and a basic config results in an error: ~/.textadept/modules/textredux/init.lua:115: attempt to index a nil value (field '?').

trbroken

rgieseke commented 1 year ago

That's odd, works for me. What platform are you on? Linux I assume? Nothing else in the .textadept/init.lua

rgieseke commented 1 year ago

Got it ... one of the latest nightlies broke this.

rgieseke commented 1 year ago

Should be fixed in https://github.com/rgieseke/textredux/commit/a9a33ab810698a3949c13b2339ddfe8545627da6

snoopy commented 1 year ago

Thanks for this simple fix. Guess I didn't see the forest for the trees.