preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.12k stars 486 forks source link

Add ability to fold/unfold headers on <CR> in tagbar window #781

Closed raven42 closed 3 years ago

raven42 commented 3 years ago

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.