This commit is contained in:
parent
f3cc3d257e
commit
c8f54329c3
@ -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/@
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user