@kingkeith, care to revive this old issue we were discussing? If you recall, I was trying to add a custom plugin that you wrote, but was having issues. I finally had a chance to revisit this. I tracked down the issue. When I execute the keyboard shortcut assigned to the plugin, the console output is:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 812, in run_
return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'block'
Thoughts on that? Seems to be an issue in sublime_plugin.py?