0.1.5
Previously, when implementing an rplugin as a package, an empty dummy file was needed like this:
rplugin/python3/mypackage.py # empty file
rplugin/python3/mypackage/__init__.py # contains spec
rplugin/python3/mypackage/helpers.py
rplugin/python3/mypackage/...
This is no longer neccessary and mypackage.py
can be deleted.
Changes since 0.1.4: