Merge pull request #735 from simias/fix-407

Fix off-by-one error in get_next_line and get_prev_line
This commit is contained in:
Rane Brown
2019-10-15 12:15:14 -06:00
committed by GitHub
3 changed files with 201 additions and 6 deletions

View File

@ -3479,6 +3479,8 @@ https://github.com/vimwiki-backup/vimwiki/issues.
2.5 (in progress)~
New:~
* PR #735: Make list-toggling work properly even when code blocks are
embedded within the list in Markdown mode.
* PR #711: Allow forcing VimwikiAll2HTML with !
* PR #702: Make remapping documentation more accessible to newer vim users
* PR #673: Add :VimwikiGoto key mapping.