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

refactor(lsp): replace util.buf_versions with changedtick #28943

Merged
merged 1 commit into from
May 30, 2024

Commits on May 30, 2024

  1. refactor(lsp): replace util.buf_versions with changedtick

    `lsp.util.buf_versions` was already derived from changedtick (`on_lines`
    from `buf_attach` synced the version)
    
    As far as I can tell there is no need to keep track of the state in a
    separate table.
    mfussenegger committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dfb4fbf View commit details
    Browse the repository at this point in the history