Fix wildcard expansion in find_autoload_file

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
This commit is contained in:
Thomas Leyh
2021-12-17 22:34:13 +01:00
committed by Tinmarino
parent 95dd2e0d2c
commit 064a8f7ade
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -3924,6 +3924,7 @@ Contributors and their Github usernames in roughly chronological order:
- Vinny Furia (@vinnyfuria)
- paperbenni (@paperbenni)
- Lily Foster (@lilyinstarlight)
- Thomas Leyh (@leyhline)
==============================================================================
16. Changelog *vimwiki-changelog*
@@ -3994,6 +3995,7 @@ Changed:~
Removed:~
Fixed:~
* Issue #1193: Fix wildcard expansion in |find_autoload_file|
* PR #1108: Fix resolution of leading-slash page links, add link tests
* Allow title values with quotes
* Enable strikethrough for Neovim