mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-03 08:11:03 +02:00
34233: function execution trick needed for _qdbus
This commit is contained in:
parent
5caf317c3a
commit
0ea940bb58
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-01-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 34233: Completion/Linux/Command/_qdbus: add _qdbus "$@" trick.
|
||||||
|
|
||||||
2015-01-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2015-01-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Test/C04funcdef.ztst: test for the foregoing
|
* unposted: Test/C04funcdef.ztst: test for the foregoing
|
||||||
|
|
|
@ -110,3 +110,5 @@ _qdbus() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_qdbus "$@"
|
||||||
|
|
Loading…
Reference in a new issue