randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 82 forks source link

fix `view_settings` kwargs passing to `terminus_open` command #430

Closed HorlogeSkynet closed 3 months ago

HorlogeSkynet commented 3 months ago

This patch is a follow-up for ac3fde681102118f6b62979f5a30066600359f3a.


Hello @randy3k, a quick patch for #425 which contained a small oversight I apologize for : view_settings was missing from TerminusOpenCommand.run_async so terminus_open command is crashing with a TypeError when view_settings is specified in arguments list...

Thanks again, bye :wave:

randy3k commented 3 months ago

Thanks for your contribution.