mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
unposted: _beep completion: Actually hook it for the 'beep' command.
This commit is contained in:
parent
779b3112f8
commit
e3c68450d7
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-10-24 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2015-10-24 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_beep: _beep completion:
|
||||||
|
Actually hook it for the 'beep' command.
|
||||||
|
|
||||||
* 36913 + 36945: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
|
* 36913 + 36945: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
|
||||||
Pass patch subject lines to gen-applied-string
|
Pass patch subject lines to gen-applied-string
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#compdef _beep
|
#compdef beep
|
||||||
|
|
||||||
# beep [--verbose | --debug] [-e device | --device device] [-f N] [-l N]
|
# beep [--verbose | --debug] [-e device | --device device] [-f N] [-l N]
|
||||||
# [-r N] [-d N] [-D N] [-s] [-c]
|
# [-r N] [-d N] [-D N] [-s] [-c]
|
||||||
|
|
Loading…
Reference in a new issue