You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/wbar/files/wbar-2.3.4-completion.patch

20 lines
283 B

--- a/etc/wbar
+++ b/etc/wbar
@@ -1,7 +1,6 @@
# bash completion for wbar
# Yadickson Soto yadickson@gmail.com
-have wbar &&
_wbar()
{
local cur prev split=false
@@ -106,7 +105,7 @@
-- "$cur") )
fi
-} &&
+}
complete -F _wbar wbar
# Local variables: