Aligned plugin command exec args with args, kwargs
This commit is contained in:
@@ -43,7 +43,9 @@ class Plugin(PluginCode):
|
||||
class Handler:
|
||||
@staticmethod
|
||||
def execute(
|
||||
view: any
|
||||
view: any,
|
||||
*args,
|
||||
**kwargs
|
||||
):
|
||||
logger.debug("Command: Toggle Comment")
|
||||
commenter.keyboard_tggl_comment( view.get_buffer() )
|
||||
Reference in New Issue
Block a user