diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-24 20:31:01 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-24 20:42:31 +0000 |
commit | e3c68450d77e679499a93fa87d964907213e15c3 (patch) | |
tree | 253dacd57e42a85ad865f32b412dce4d18ebfb33 | |
parent | 779b3112f85d01d297ab04e6c1b68a0b33d76a55 (diff) | |
download | zsh-e3c68450d77e679499a93fa87d964907213e15c3.tar.gz zsh-e3c68450d77e679499a93fa87d964907213e15c3.tar.xz zsh-e3c68450d77e679499a93fa87d964907213e15c3.zip |
unposted: _beep completion: Actually hook it for the 'beep' command.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_beep | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index dffd3b35a..44830070e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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: Pass patch subject lines to gen-applied-string diff --git a/Completion/Unix/Command/_beep b/Completion/Unix/Command/_beep index c49c09726..d393bc91e 100644 --- a/Completion/Unix/Command/_beep +++ b/Completion/Unix/Command/_beep @@ -1,4 +1,4 @@ -#compdef _beep +#compdef beep # beep [--verbose | --debug] [-e device | --device device] [-f N] [-l N] # [-r N] [-d N] [-D N] [-s] [-c] |