- Assign reference to the plugin instance during instantiation
- Extend matching rules
- Fix code coverage reports from AppVeyor
Supporting on_load when the plugin loads after the files, requires invoking on_load manually. The previous version used a reference contained within the module that is no longer there on version 3.1. This fixes that problem.
Revisited #16 to follow the spec closer esp. in regard to whitespace. Formatting is less forgiving than before and closer to what Vim accepts. Does not support backslashed colons with se/set prefixes.