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