Fix: Bug: VimwikiGoto without argument creates empty page (issue #1229)

This commit is contained in:
Tinmarino
2023-03-17 03:59:05 -03:00
parent c9af9c7807
commit 1d35ff035d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -4019,12 +4019,15 @@ master is retained as a legacy mirror of the dev branch.
This is somewhat experimental, and will probably be refined over time.
Fixed:~
New:~
* Issue #1261: Feature: Support for <mark> in Markdown
highlighting with yellow background and back foreground
* Issue #1274: Feature: Continue blockquote when <CR>
is pressed in insert mode
Also add the |blockquote_markers| variable
Fixed:~
* Issue #1229: Bug: VimwikiGoto without argument creates empty page
* Issue #1316: Permit tags in heading
* Issue #1270: VimwikiAddHeaderLevel map (3=) was broken by a previous
refactoring commit