mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awful.completion: doc fixes
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e528cc7e50
commit
c529c3d7ed
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ local bashcomp_funcs = {}
|
|||
local bashcomp_src = "/etc/bash_completion"
|
||||
|
||||
--- Enable programmable bash completion in awful.completion.bash at the price of
|
||||
-- a slight overhead
|
||||
-- @param src The bash completion source file, /etc/bash_completion by default.
|
||||
-- a slight overhead
|
||||
-- @param src The bash completion source file, /etc/bash_completion by default.
|
||||
function bashcomp_load(src)
|
||||
if src then bashcomp_src = src end
|
||||
local c = io.popen("/usr/bin/env bash -c 'source " .. bashcomp_src .. "; complete -p'")
|
||||
|
|
Loading…
Reference in a new issue