Fix: wrong html link conversion in windows (PR #945)
This commit is contained in:
		| @@ -1745,7 +1745,7 @@ endfunction | |||||||
|  |  | ||||||
|  |  | ||||||
| function! vimwiki#html#Wiki2HTML(path_html, wikifile) abort | 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 !=? '' |   if result !=? '' | ||||||
|     call s:create_default_CSS(a:path_html) |     call s:create_default_CSS(a:path_html) | ||||||
|   endif |   endif | ||||||
|   | |||||||
| @@ -3687,12 +3687,14 @@ Contributors and their Github usernames in roughly chronological order: | |||||||
|     - flex (@bratekarate) |     - flex (@bratekarate) | ||||||
|     - Marius Lopez (@PtitCaius) |     - Marius Lopez (@PtitCaius) | ||||||
|     - Edward Bassett (@ebassett) |     - Edward Bassett (@ebassett) | ||||||
|  |     - Aditya Harit (@adi93) | ||||||
|     - Gaurang Kher (@gaurangkher) |     - Gaurang Kher (@gaurangkher) | ||||||
|     - Rafael Castillo (@eltrufas) |     - Rafael Castillo (@eltrufas) | ||||||
|     - Reiner Herrmann (@reinerh) |     - Reiner Herrmann (@reinerh) | ||||||
|     - Ryan Winograd |     - Ryan Winograd | ||||||
|     - Birger Niklas (@BirgerNi) |     - Birger Niklas (@BirgerNi) | ||||||
|  |  | ||||||
|  |  | ||||||
| ============================================================================== | ============================================================================== | ||||||
| 16. Changelog                                              *vimwiki-changelog* | 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. | https://github.com/vimwiki-backup/vimwiki/issues. | ||||||
|  |  | ||||||
| New:~ | New:~ | ||||||
|  |     * Issue #942: Fixing wrong html link conversion in windows | ||||||
|     * PR #946: Add option |g:vimwiki_commentstring| to customize commentstring |     * PR #946: Add option |g:vimwiki_commentstring| to customize commentstring | ||||||
|     * Issue #940: Render table header inside thead element and rest under |     * Issue #940: Render table header inside thead element and rest under | ||||||
|       tbody element if table header specified in wiki |       tbody element if table header specified in wiki | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user