Fix: VimwikiGoto completion with file with space (#1229)

This commit is contained in:
Tinmarino
2023-06-14 13:02:00 -04:00
parent 69a5682d6f
commit 298a409b74
2 changed files with 40 additions and 5 deletions
+3
View File
@@ -4023,6 +4023,9 @@ This is somewhat experimental, and will probably be refined over time.
2023.04.04~
Fixed:~
* Issue #1229: VimwikiGoto completion with file with space
Must complete file unescaped as argument is then quoted
* PR #1324: Fix pressing escape in VimwikiGoto prompt (rddunphy)
* Issue #1336: vimwiki#diary#calendar_sign throws an error
when g:vimwiki_list is not set