vim-anyfold icon indicating copy to clipboard operation
vim-anyfold copied to clipboard

Avoid adding blank lines at end of fold

Open humenda opened this issue 1 year ago • 0 comments

I am using anyfold to fold a markdown document, e.g.

First Heading
========

- note
    -   foldline1
    -   foldline2
    -   foldline 3


Second heading

The Plugin folds the indented "foldlines" and includes the two trailing empty lines until the 2nd heading into the fold. This means that, when folded, the fold is immediately followed by the heading without a separating blank line. This makes navigation with { or } impossible.

Could this be fixed?

humenda avatar Nov 07 '23 12:11 humenda