Fix: VimwikiTOC removes next non-empty line (Issue #910)

This commit is contained in:
Tinmarino
2020-08-06 17:02:51 -04:00
parent 8a50d022b1
commit 0693e41132
4 changed files with 41 additions and 6 deletions
+3 -1
View File
@@ -35,13 +35,15 @@ Execute (VimwikiGenerateLinks x 2):
call append('$', 'Last Line')
VimwikiGenerateLinks
Expect (The links with a header):
Expect (The links with a header (bis)):
= Generated Links =
- [[buzz_bozz]]
- [[index]]
Last Line
Execute (Clean Test.wiki):
call DeleteFile('$HOME/testwiki/Test.wiki')