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

give focus back to correct window when closing #72

Merged
merged 1 commit into from
Oct 22, 2021
Merged

Conversation

deecewan
Copy link
Contributor

fixes #59

@folke
Copy link
Owner

folke commented Oct 22, 2021

Thank you!

@folke
Copy link
Owner

folke commented Oct 22, 2021

I had to revert this code, since it segfaults in combination with WhichKey somehow. I'll see for another way to fix this.

@deecewan
Copy link
Contributor Author

🤔 that's v. interesting. i've got

  use {
    'folke/which-key.nvim',
    config = function()
      require("which-key").setup { }
    end
  }

in my init.lua, and have been using this forked version for a while now, and I don't remember getting any segfaults.

@deecewan
Copy link
Contributor Author

(both are great packages - thanks for them 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

closing trouble gives focus back to the wrong window
2 participants