mirror of https://github.com/folke/lazy.nvim.git
fix(cmd): allow ranges. Fixes #93
This commit is contained in:
parent
a8fe63e4d5
commit
c0c2e1bd68
|
@ -26,6 +26,7 @@ function M:_add(cmd)
|
|||
)
|
||||
end, {
|
||||
bang = true,
|
||||
range = true,
|
||||
nargs = "*",
|
||||
complete = function(_, line)
|
||||
self:_load(cmd)
|
||||
|
|
Loading…
Reference in New Issue