064a8f7ade
When using vim's native mechanism for `packages`, wildcards (*) are used in the `runtimepath` since package folders can have arbitrary names. They were not expanded, thus a path to e.g. `default.tpl` could not be resolved when calling Vimwiki2HTML. Resolves vimwiki/vimwiki#1193