tagbar/autoload
David P. Sicilia 6eadc15054
Add g:tagbar_jump_lazy_scroll option. (#705)
* Add g:tagbar_jump_lazy_scroll option.

When this option is on, a jump to a tag will only cause the
window to scroll if the tag line is not already visible on
the window.  If it is visible, the cursor will simply move
to that line without scrolling the window.  If the tagline
is not visible then the window will be scrolled as in current
behavior (according to the g:tagbar_jump_offset option).

Fixes #703

* Factor our new logic into a function.

* Add jump target line to doc.
2020-11-10 16:07:57 -06:00
..
tagbar Add linenr protection into getPrototype (#707) 2020-11-10 07:49:36 -06:00
tagbar.vim Add g:tagbar_jump_lazy_scroll option. (#705) 2020-11-10 16:07:57 -06:00