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

feat: Refactor compare.scopes #2007

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    e95a51c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Disable compare.scopes if a buffer doesn't have a parser attached

    On nvim-treesitter `main` the methods used in compare.scopes seem to error
    instead of silently failing, this implements a rudimentary fix for those
    using `main` (which are guaranteed to be using nvim 0.10+).
    pynappo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7ffd994 View commit details
    Browse the repository at this point in the history
  2. add extra unload autocmd

    pynappo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5c576ba View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6b69a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91cd97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255f284 View commit details
    Browse the repository at this point in the history
  4. Fix unintended change

    pynappo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a6be39a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    e63b829 View commit details
    Browse the repository at this point in the history