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 error #819

Merged
merged 1 commit into from
May 23, 2023
Merged

fix completion error #819

merged 1 commit into from
May 23, 2023

Commits on May 23, 2023

  1. fix completion error

    When Lazy commands are searched in command line mode, completion fails
    horribly (sometime crashing nvim entirely) when the partial string to
    complete contains non-escape characters.
    For example, running `:Lazy up[` results in a crash.
    
    The fix is to instruct string.find to perform a literal search, treating
    the string to search not as a regular expression.
    tzachar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    98957fe View commit details
    Browse the repository at this point in the history