mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
23150: completion for cdbs-edit-patch.
This commit is contained in:
parent
b2d709b22e
commit
b3fa980beb
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-03 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 23150: Completion/Debian/Command/.distfiles,
|
||||
Completion/Debian/Command/_cdbs-edit-patch: completion for
|
||||
cdbs-edit-patch.
|
||||
|
||||
2007-02-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 23144: Felix Eckhofer <felix@tribut.de>: Src/Zle/complist.c:
|
||||
|
|
|
@ -17,4 +17,5 @@ _make-kpkg _mergechanges _module-assistant
|
|||
_piuparts _schroot _toolchain-source
|
||||
_update-alternatives _update-rc.d _uscan
|
||||
_wajig _wanna-build
|
||||
_cdbs-edit-patch
|
||||
'
|
||||
|
|
3
Completion/Debian/Command/_cdbs-edit-patch
Normal file
3
Completion/Debian/Command/_cdbs-edit-patch
Normal file
|
@ -0,0 +1,3 @@
|
|||
#compdef cdbs-edit-patch
|
||||
|
||||
_files -W $PWD/debian/patches
|
Loading…
Reference in a new issue