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

fix(#2954): resolve occasional tree flashing on diagnostics, set tree buffer options in deterministic order #2980

Commits on Nov 1, 2024

  1. fix(nvim-tree#2954): set buffer options in deterministic order

    This ensures related autocmd's (e.g. on FileType) will be called in a
    similar environment.
    des-b committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    31f648f View commit details
    Browse the repository at this point in the history
  2. fix(nvim-tree#2954): redraw only for diagnostics if source buffer is …

    …'buflisted'
    
    is_buf_valid has been inlined since it is only used for diagnostics
    and its name is misleading.
    des-b committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9ef1a0f View commit details
    Browse the repository at this point in the history