mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Closes #778 Add to the `JumpToTag()` routine so if the current line does not contain a valid tag, then it will check if the line is foldable, and if so will either call the `OpenFold()` or `CloseFold()` as necessary. This allows the `<Enter>` key to be used to toggle a foldable header in the tagbar window.