-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/Neovim.ts: stop removing
nvim_
from API names due to clash
A vim.ui_attach function whose interface differs from nvim_ui_attach was introduced in 0.9, and would overwrite nvim_ui_attach for Firenvim. The only reason this didn't cause any issues yet is that vim.ui_attach is marked deprecated, but we can't ignore deprecated functions because otherwise Firenvim breaks immediately when functions get deprecated (e.g. which is what happened in #1603).
- Loading branch information
Showing
2 changed files
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters