tsbohc opened this issue 3 years ago · 0 comments
I wonder if :mycmd module.function("arg") is worth it as a shortcut for calling :lua require('module').function('arg').
:mycmd module.function("arg")
:lua require('module').function('arg')