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

Bind CursorMoved event only to the current buffer #18

Merged
merged 1 commit into from
May 13, 2023

Conversation

wookayin
Copy link
Contributor

@wookayin wookayin commented Mar 4, 2020

Previously the CursorMoved event used to auto-close the popup window
was bounded globally, so when a cursor is to moved in another window
or even when the popup window gets a focus, the popup window would be
closed. This makes impossible to move the cursor to the popup window.

With the event bounded only to the current buffer, we can fix this problem.

A related issue: #9

Previously the CursorMoved event used to auto-close the popup window
was bounded globally, so when a cursor is to moved in another window
or even when the popup window gets a focus, the popup window would be
closed. This makes impossible to move the cursor to the popup window.

With the event bounded only to the current buffer, we can fix this problem.
@wookayin
Copy link
Contributor Author

@skywind3000 Would you be still maintaining this repo?

@skywind3000
Copy link
Owner

sorry, forgot this one

@skywind3000 skywind3000 merged commit fa8e001 into skywind3000:master May 13, 2023
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.

None yet

2 participants