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

fix: remove hack that is causing validation not to appear #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ttytm
Copy link
Contributor

@ttytm ttytm commented Sep 6, 2024

With the recently added hack the UI select for database validation stopped working. The PR removes the hack to restore the functionality.

The hack was introduced to resolve #246. But since it's not possible to reproduce the error the issue is mentioning and there were also other changes, it can be assumed that it was not the hack that has fixed the issue. So it should be removed since it introduces other conflicts.

Tested with nvim 10.1 and nightly(2024-09-06).

@delphinus
Copy link
Member

I tested, but still see E5560 mentioned here with this patch.

@ttytm Perhaps, have you installed a plugin that overwrites vim.ui.select such as dressing.nvim? With such plugins, vim.ui.select runs asynchronously, and E5560 does not occur without this hack.

But also I think this hack is awkward. I will think another solution can solve this.

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.

2 participants