awful.completion: fix compatibility (FS#474)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
7fc8f4abc7
commit
405b5d0123
|
@ -150,7 +150,7 @@ end
|
||||||
|
|
||||||
function bash(...)
|
function bash(...)
|
||||||
util.deprecate("awful.completion.shell")
|
util.deprecate("awful.completion.shell")
|
||||||
return shell(args)
|
return shell(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Run a generic completion.
|
--- Run a generic completion.
|
||||||
|
|
Loading…
Reference in New Issue