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

vim.lsp.util.apply_text_edits needs offset-encoding #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Omochice
Copy link

summary

Add a missing needed argument.
Fix #20.

background

After neovim/neovim@bc722c8,
offset-encoding became a needed argument.

By the way, I found undefined argument and fix it too on c300520.

After nvim-treesitter@1051ef1
`collect` looked like to became an undefined variable.
After neovim/neovim@bc722c8,
`offset-encoding` became a needed argument.
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.

(bug): offset_encoding: expected string, got nil
1 participant