Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(completion): check if command string is a prefix of Lazy (#1760)
Problem: Command completion doesn't work if the command name isn't written in full Solution: Use vim.startswith to check if the command is a prefix of 'Lazy' Fixes #1758
- Loading branch information