diff --git a/autoload/vimwiki/html.vim b/autoload/vimwiki/html.vim index 2193f02..07d0828 100644 --- a/autoload/vimwiki/html.vim +++ b/autoload/vimwiki/html.vim @@ -1745,7 +1745,7 @@ endfunction function! vimwiki#html#Wiki2HTML(path_html, wikifile) abort - let result = s:convert_file(a:path_html, a:wikifile) + let result = s:convert_file(a:path_html, vimwiki#path#wikify_path(a:wikifile)) if result !=? '' call s:create_default_CSS(a:path_html) endif diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 461760f..7d86a1e 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -3687,12 +3687,14 @@ Contributors and their Github usernames in roughly chronological order: - flex (@bratekarate) - Marius Lopez (@PtitCaius) - Edward Bassett (@ebassett) + - Aditya Harit (@adi93) - Gaurang Kher (@gaurangkher) - Rafael Castillo (@eltrufas) - Reiner Herrmann (@reinerh) - Ryan Winograd - Birger Niklas (@BirgerNi) + ============================================================================== 16. Changelog *vimwiki-changelog* @@ -3703,6 +3705,7 @@ http://code.google.com/p/vimwiki/issues/list. They may be accessible from https://github.com/vimwiki-backup/vimwiki/issues. New:~ + * Issue #942: Fixing wrong html link conversion in windows * PR #946: Add option |g:vimwiki_commentstring| to customize commentstring * Issue #940: Render table header inside thead element and rest under tbody element if table header specified in wiki