Skip to content

Commit

Permalink
fix(cmd): allow ranges. Fixes #93
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 22, 2022
1 parent a8fe63e commit c0c2e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/core/handler/cmd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function M:_add(cmd)
)
end, {
bang = true,
range = true,
nargs = "*",
complete = function(_, line)
self:_load(cmd)
Expand Down

0 comments on commit c0c2e1b

Please sign in to comment.