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(diagnostic): make open_float respect scope option set in vim.diagnostic.config #17879

Merged
merged 1 commit into from
Mar 27, 2022
Merged

Conversation

SmiteshP
Copy link
Contributor

@SmiteshP
Copy link
Contributor Author

Just rearranged the code such that the global options don't get overwritten.

* make `open_float` respect `scope` option set in `vim.diagnostic.config`
* Closes #17878
@gpanders
Copy link
Member

LGTM, let’s just make sure CI passes and then I’ll merge.

@gpanders gpanders merged commit a8e2c45 into neovim:master Mar 27, 2022
dmitmel pushed a commit to dmitmel/neovim that referenced this pull request Apr 16, 2022
…eovim#17879)

* make `open_float` respect `scope` option set in `vim.diagnostic.config`
* Closes neovim#17878
@dundargoc dundargoc removed the request for review from gpanders November 7, 2022 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scope option of vim.diagnostic.open_float() does not respect option set in vim.diagnostic.config()
2 participants