mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 23:36:35 +00:00
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. |
||
---|---|---|
.. | ||
colors.lua | ||
commands.lua | ||
config.lua | ||
diff.lua | ||
float.lua | ||
init.lua | ||
render.lua | ||
sections.lua | ||
text.lua |