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

Explicitly specify commands that trigger opening the lists. #93

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

infokiller
Copy link
Contributor

The previous code was simpler, but assumed that every time
QuickFixCmdPost is fired, it's because of built in commands. However, I
ran into an issue where the vim-spellcheck plugin manually fires a
QuickFixCmdPost event with the name 'lspell', and it was recognized by
vim-qf as a trigger to open the location list, which was annoying.

@romainl romainl self-assigned this Oct 7, 2019
@infokiller
Copy link
Contributor Author

infokiller commented Nov 10, 2020

Friendly ping, can this be please be merged?
Thanks

The previous code was simpler, but assumed that every time
QuickFixCmdPost is fired, it's because of built in commands. However, I
ran into an issue where the vim-spellcheck plugin manually fires a
QuickFixCmdPost event with the name 'lspell', and it was recognized by
vim-qf as a trigger to open the location list, which was annoying.
@romainl
Copy link
Owner

romainl commented Nov 10, 2020

This looks good. Sad that we have to do it.

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