Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential fix for #772 - InitWindow issue #773

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2021

  1. Potential fix for preservim#772 - InitWindow issue

    Potential fix for preservim#772
    
    This issue is being caused by the InitWindow() routine not being called
    when a split of the tagbar window occurs. This will potentially fix that
    issue by forceably calling s:InitWindow() when a new tagbar window is
    found.
    
    Note however, that when closing one of the split tagbar windows, it does
    cause the other one to close as well. It looks like there is an issue on
    the close processing that it identifies all windows that have the tagbar
    buffer loaded as the tagbar window.
    raven42 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    98bf0b0 View commit details
    Browse the repository at this point in the history