We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e292574 commit a2eac68Copy full SHA for a2eac68
.gitignore
@@ -1,5 +1,6 @@
1
-tt.lua
+tt.*
2
.tests
3
doc/tags
4
debug
5
.repro
6
+foo.*
lua/lazy/core/handler/cmd.lua
@@ -36,9 +36,8 @@ function M:_add(cmd)
36
})
37
end
38
39
----@param _plugin LazyPlugin
40
---@param value string
41
-function M:_del(_plugin, value)
+function M:_del(value)
42
pcall(vim.api.nvim_del_user_command, value)
43
44
0 commit comments