Fix off-by-one error in get_next_line and get_prev_line
The functions stopped at the end/start block marker (respectively) instead of returning the following line. This caused issues when the function was subsequently called in markdown mode since the start and end block markers are the same. This fixes #407
This commit is contained in:
@ -3471,6 +3471,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.
|
||||
|
Reference in New Issue
Block a user