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

sameids: fix trailing identifier highlighting #3606

Merged
merged 3 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. sameids: fix trailing identifier highlighting

    Fix same id highlighting of identifiers that are at the very end of a
    line.
    
    Fixes fatih#3605
    bhcleek committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5d734a7 View commit details
    Browse the repository at this point in the history
  2. def: fix jumping to definition

    Fix jumping to a definition so that it uses the actual definition line
    to calculate the position of the definition when the definition is not
    in the current buffer.
    bhcleek committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    106ad64 View commit details
    Browse the repository at this point in the history
  3. lsp: use getbufoneline when possible

    use getbufoneline when it's available to get a line instead of getting
    all the lines of a buffer and selecting only the line of interest.
    bhcleek committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c5b51a0 View commit details
    Browse the repository at this point in the history