lazy.nvim/lua/lazy/view
tzachar f125a7d333
fix(commands): completion error (#819)
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:43:27 +02:00
..
colors.lua feat(ui): show the loaded icon for local plugins in a different color 2023-05-13 13:24:38 +02:00
commands.lua fix(commands): completion error (#819) 2023-05-23 08:43:27 +02:00
config.lua feat(ui): added test to dimmed commits 2023-03-22 16:06:32 +01:00
diff.lua fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 2023-01-09 08:05:32 +01:00
float.lua fix(ui): take border into account for window position. Fixes #812 2023-05-21 20:51:41 +02:00
init.lua fix(ui): close ui when opening a help file. Fixes #808 2023-05-20 09:26:23 +02:00
render.lua feat(ui): show the loaded icon for local plugins in a different color 2023-05-13 13:24:38 +02:00
sections.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
text.lua fix(ui): don' render extmarks for empty lines 2023-05-05 14:06:59 +02:00