mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-06 15:56:34 +00:00
fix(cmd): allow ranges. Fixes #93
This commit is contained in:
parent
a8fe63e4d5
commit
c0c2e1bd68
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ function M:_add(cmd)
|
||||||
)
|
)
|
||||||
end, {
|
end, {
|
||||||
bang = true,
|
bang = true,
|
||||||
|
range = true,
|
||||||
nargs = "*",
|
nargs = "*",
|
||||||
complete = function(_, line)
|
complete = function(_, line)
|
||||||
self:_load(cmd)
|
self:_load(cmd)
|
||||||
|
|
Loading…
Add table
Reference in a new issue