This commit is contained in:
parent
f3cc3d257e
commit
c8f54329c3
@ -157,8 +157,6 @@
|
|||||||
complete limit c/-/"(h)"/ n/*/l/
|
complete limit c/-/"(h)"/ n/*/l/
|
||||||
complete unlimit 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 nm n/*/f:^*.{h,C,c,cc}/
|
||||||
|
|
||||||
complete finger c/*@/\$hosts/ n/*/u/@
|
complete finger c/*@/\$hosts/ n/*/u/@
|
||||||
|
@ -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
|
Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: System/Shells
|
|||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.15.00
|
Version: 6.15.00
|
||||||
Release: 90
|
Release: 91
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
@ -147,6 +147,9 @@ Authors:
|
|||||||
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 08 2008 werner@suse.de
|
||||||
- Make code of last change unambiguous
|
- Make code of last change unambiguous
|
||||||
* Mon Oct 06 2008 werner@suse.de
|
* Mon Oct 06 2008 werner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user