SHA256
1
0
forked from pool/tcsh
OBS User unknown 2008-10-22 16:52:47 +00:00 committed by Git OBS Bridge
parent f3cc3d257e
commit c8f54329c3
3 changed files with 10 additions and 3 deletions

View File

@ -157,8 +157,6 @@
complete limit c/-/"(h)"/ n/*/l/
complete unlimit c/-/"(h)"/ n/*/l/
complete -co* p/0/"(compress)"/ # make compress completion
# not ambiguous
complete nm n/*/f:^*.{h,C,c,cc}/
complete finger c/*@/\$hosts/ n/*/u/@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 21 17:10:32 CEST 2008 - werner@suse.de
- Command line expansion: Allow not only "compress" for co<TAB>
but any other command starting with "co" (bnc#437295)
-------------------------------------------------------------------
Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de

View File

@ -26,7 +26,7 @@ Group: System/Shells
Requires: gawk textutils
AutoReqProv: on
Version: 6.15.00
Release: 90
Release: 91
Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
Source1: nls-iconv
@ -147,6 +147,9 @@ Authors:
%{_datadir}/locale/*/LC_MESSAGES/tcsh
%changelog
* Tue Oct 21 2008 werner@suse.de
- Command line expansion: Allow not only "compress" for co<TAB>
but any other command starting with "co" (bnc#437295)
* Wed Oct 08 2008 werner@suse.de
- Make code of last change unambiguous
* Mon Oct 06 2008 werner@suse.de