Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

#12 (lsp_finder) fix misplaced cursor #98

Closed
wants to merge 2 commits into from
Closed

#12 (lsp_finder) fix misplaced cursor #98

wants to merge 2 commits into from

Conversation

Reicr
Copy link

@Reicr Reicr commented Apr 2, 2022

Tries to fix #12. Since sources can define for themselves how an empty result can look like, there is a chance the feature will break again, since a failing empty result check is the cause of the problem. The code now supports the following 3 result variants:

{
  [1] = {},
  [2] = {
    result = {}
  },
  [3] = {
    result = {
      <proper result>
    }
  }
}

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cursor is misplaced on lsp_finder window
1 participant