lazy.nvim/lua
Luna Saphie Mittelbach e9fd76e239
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
2024-10-02 09:52:51 +02:00
..
lazy fix(completion): check if command string is a prefix of Lazy (#1760) 2024-10-02 09:52:51 +02:00