mirror of https://github.com/folke/lazy.nvim.git
f125a7d333
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. |
||
---|---|---|
.. | ||
core | ||
manage | ||
view | ||
docs.lua | ||
example.lua | ||
health.lua | ||
help.lua | ||
init.lua | ||
state.lua | ||
stats.lua | ||
status.lua | ||
types.lua | ||
util.lua |