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

fix(completion): check if command string is a prefix of Lazy #1760

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

LunarLambda
Copy link
Contributor

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

@LunarLambda LunarLambda changed the title fix(completion): Check if command string is a prefix of Lazy fix(completion): check if command string is a prefix of Lazy Sep 27, 2024
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 folke#1758
@folke folke merged commit e9fd76e into folke:main Oct 2, 2024
6 checks passed
@folke
Copy link
Owner

folke commented Oct 2, 2024

ty

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: Completion doesn't trigger if abbreviation of :Lazy command is used
2 participants