mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
13909: bad tilde files in some .distfiles
This commit is contained in:
parent
bbbf07a3e7
commit
62e9af7ce6
4 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-04-05 Clint Adams <schizo@debian.org>
|
||||
|
||||
* 13909: Completion/Base/.distfiles, Completion/X/.distfiles,
|
||||
Test/.distfiles: remove stray files with tildes.
|
||||
|
||||
2001-04-05 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 13908: Completion/Base/Utility/_arguments: complete only
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_arguments~ _describe~ _sub_commands~ _tilde~
|
||||
'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_x_arguments~ _xt_arguments~
|
||||
'
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
.cvsignore B01cd.ztst D03procsubst.ztst Y02compmatch.ztst
|
||||
54compmatch.ztst~ C01arith.ztst D04parameter.ztst Y03arguments.ztst
|
||||
C01arith.ztst D04parameter.ztst Y03arguments.ztst
|
||||
A01grammar.ztst C02cond.ztst D05array.ztst comptest
|
||||
A02alias.ztst C03traps.ztst E02xtrace.ztst comptest~
|
||||
A02alias.ztst C03traps.ztst E02xtrace.ztst
|
||||
A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh
|
||||
A04redirect.ztst D01prompt.ztst V02zregexparse.ztst
|
||||
A05execution.ztst D02glob.ztst Y01completion.ztst
|
||||
|
|
Loading…
Reference in a new issue