rgieseke / textredux

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

Fix function calls in fs.save_buffer. #19

Closed FSX closed 8 years ago

FSX commented 8 years ago

I wanted to use:

keys.cs = textredux.fs.save_buffer

to over write the "save as ..." dialog when saving a new buffer, but noticed the function names weren't correct.

Thanks for textredux. I really like it.

rgieseke commented 8 years ago

Thanks! Feel free to submit a pull request to have save_buffer hijacked as well. If it were it probably would have been discovered earlier :smile: