Fix: wrong html link conversion in windows (PR #945)

This commit is contained in:
Aditya Harit
2020-07-30 17:31:55 -06:00
committed by GitHub
parent 97e02897f4
commit 7f8c4b5669
2 changed files with 4 additions and 1 deletions

View File

@ -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