Omnicompletion fix for Windows (#660)

* Temporary fix for omnicomplete of vimwiki links - #456.

This fixes the omnicomplete of wiki links under Windows which were
not working since paths on Windows use '\' instead of '/'. This is
a temporary fix until path refactoring is done.

* Update changelog with description of fix for #456
This commit is contained in:
Rane Brown
2019-04-20 08:28:32 -07:00
committed by Michael F. Schönitzer
parent 13adbe3510
commit 37f020d21a
3 changed files with 39 additions and 6 deletions

View File

@ -3347,6 +3347,8 @@ Removed:~
*
Fixed:~
* Issue #456: Omnicompletion of wikilinks under Windows. Note: this should
be considered a temporary fix until #478 is closed.
* Issue #654: Fix `:VimwikiShowVersion` command.
* PR #634: Removed extra newlines that were inserted before/after
generated links.