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:
committed by
Michael F. Schönitzer
parent
13adbe3510
commit
37f020d21a
@ -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.
|
||||
|
Reference in New Issue
Block a user