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

refactor: split up vim.deprecate into two functions #28836

Closed
wants to merge 1 commit into from

Conversation

dundargoc
Copy link
Member

@dundargoc dundargoc commented May 18, 2024

vim.deprecate has become too complicated, and the usecase for a
general deprecation function that plugins can use vs a deprecation
function that fits neovim's growing needs is becoming too different.

@github-actions github-actions bot added the refactor changes that are not features or bugfixes label May 18, 2024
`vim.deprecate` has become too complicated, and the usecase for a
general deprecation function that plugins can use vs a deprecation
function that fits neovim's growing needs is becoming too different.
@dundargoc dundargoc marked this pull request as ready for review May 19, 2024 10:38
@dundargoc
Copy link
Member Author

I'll incorporate these changes directly to #28778, that way it'll be easier to see if this is needed.

@dundargoc dundargoc closed this May 19, 2024
@dundargoc dundargoc deleted the refactor/deprecate-split branch May 19, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostic lsp refactor changes that are not features or bugfixes treesitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant