lazy.nvim/lua
Nir Tzachar 98957febda 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.
2023-05-23 08:50:47 +03:00
..
lazy fix completion error 2023-05-23 08:50:47 +03:00