Allow commands like Lazy ... | ...

Set bar attribute:
```
-bar	    The command can be followed by a "|" and another command.
```
This commit is contained in:
hgigas 2023-01-12 09:18:47 +01:00 committed by GitHub
commit cdda5b8bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ function M.setup()
end end
M.cmd(prefix, opts) M.cmd(prefix, opts)
end, { end, {
bar = true,
bang = true, bang = true,
nargs = "?", nargs = "?",
desc = "Lazy", desc = "Lazy",