Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lua completions having off-by-one error in neovim 0.9+ (gelguy#187)
A private method vim._expand_pat (which should not be used) has changed the behavior, which causes an off-by-one error in completion. As a temporary workaround, we manually offset the match position.
- Loading branch information
9929e10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍