Closed hugomg closed 4 years ago
Sometimes if we move over a folded section and then undo it then it opens the folded section. In the following example, if we move the "aaa" down by one and then undo it opens the fold between {{{ and }}}.
# vim:foldenable:foldmethod=marker aaa # {{{ bbb # }}} ccc
This might have to do with the cursor position. When the fold gets opened the cursor ends up in the line with the {{{.
Sometimes if we move over a folded section and then undo it then it opens the folded section. In the following example, if we move the "aaa" down by one and then undo it opens the fold between {{{ and }}}.
This might have to do with the cursor position. When the fold gets opened the cursor ends up in the line with the {{{.