Commit Graph

232 Commits

Author SHA1 Message Date
Peter Stephenson
abfa420189 Mikael: 28389: empty section in java CLASSPATH 2010-11-07 17:16:58 +00:00
Peter Stephenson
e1b6b572ab users/15232: _path_files for paths, again 2010-08-06 15:29:58 +00:00
Doug Kearns
a54fdc70be unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Peter Stephenson
144a06bf95 users/15031: another file completion quoting fix,
useful if path-completion is false or accept-exact-dirs is true
2010-05-05 09:54:38 +00:00
Peter Stephenson
32251cbac4 users/15028 modified to unquote in one place:
with path-completion false or accept-exact-dirs true we need
to unquote the string before sticking it in the current path
2010-04-23 21:51:59 +00:00
Peter Stephenson
b230a690fa "Akinori MUSHA: 27892: update service & init completion for FreeBSD 2010-04-20 08:59:32 +00:00
Peter Stephenson
e694590b37 users/15011: add path-completion style 2010-04-14 09:57:47 +00:00
Peter Stephenson
95a581f6d4 Use // instead of :gs in parameter substitution 2010-03-19 16:38:12 +00:00
Peter Stephenson
ec3f3e9eec 27780: effect of backslashes in :s changed in _files 2010-03-15 10:15:51 +00:00
Clint Adams
b64f7a8bcc 27762: omit ssh known_hosts entries with port numbers from host completion. 2010-02-28 21:47:43 +00:00
Clint Adams
6576451be1 Ingmar Vanhassel: 27456: complete .tar.lzma, .tbz, .txz. 2009-12-05 17:29:11 +00:00
Clint Adams
f35932958f 27448: mild understanding of xz-compressed tarballs. 2009-12-03 05:33:14 +00:00
Peter Stephenson
76e087f4b2 Greg Klanderman: 27409: subversion and URL paths 2009-11-15 17:52:02 +00:00
Peter Stephenson
a252b6110d Frank Terbeck: 27309: VCS_INFO doc
Holger Weiss: 27310: typo in matcher doc
Jesse Weinstein: 27310: redundant diff option
2009-10-18 19:47:29 +00:00
Peter Stephenson
8ed0fad414 27308, based on 27305 from Edgar Merino:
search for init scripts in other locations
2009-10-04 18:20:00 +00:00
Peter Stephenson
a32f3b2ffc Greg Klanderman: 27262: prefixes incorrect with accept-exact-dirs 2009-09-14 08:40:48 +00:00
Peter Stephenson
13c5015b23 Greg Klanderman: 27259 / 27260: unset parameter in file prefix 2009-09-10 15:56:39 +00:00
Peter Stephenson
58aefcada3 27219: _files -F <array> wasn't correctly handled 2009-08-17 21:52:10 +00:00
Clint Adams
a0b5ea6ffe 27209: fix breakage from 27208. 2009-08-05 00:46:44 +00:00
Clint Adams
805a11bddf 27208: try to do the right thing when applying file-sort to extant glob qualifiers. 2009-08-05 00:28:34 +00:00
Clint Adams
6b382f82dc 27128: complete tex files for latexmk. 2009-07-18 18:21:34 +00:00
Peter Stephenson
dd01bd64df Baptiste Daroussin: 27030: update _file_systems for FreeBSD 2009-06-04 12:52:30 +00:00
Peter Stephenson
1f37225708 26723: centralise test for matching glob qualifiers in file completion 2009-03-13 09:59:58 +00:00
Bart Schaefer
027ce9a001 26609: _path_files: better (?) fix for globcomplete.
unposted: _pick_variant: explicit rather than implicit success return.
2009-02-28 07:11:31 +00:00
Peter Stephenson
5375b71009 26606: fix doubled -s in path completion in some cases 2009-02-25 20:51:12 +00:00
Peter Stephenson
c53972be26 26485: _path_files with accept-exact-dirs could get path order wrong 2009-01-29 17:58:30 +00:00
Peter Stephenson
af39a5ab1a 26463: Greg Klanderman: add zle-line-finish widget
26464: Greg Klanderman: fix insert-ids=single for menu completion
26465: Greg Klanderman: command keymap for execution
2009-01-28 09:31:53 +00:00
Peter Stephenson
a8ca104613 Richard Hartmann: 26170 parts 1 and 2: .bz2 compressed PS files 2009-01-05 14:14:16 +00:00
Peter Stephenson
2ac5a8cdcb Richard Hartmann: 26105: add okular 2008-12-02 09:36:47 +00:00
Oliver Kiddle
5d13deda4e add completion of globbing flags 2008-11-10 15:28:41 +00:00
Peter Stephenson
399cf6312e 26021: tweak for glob qualifier completion 2008-11-08 23:34:11 +00:00
Clint Adams
6dbf2f2f4a 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Peter Stephenson
c109f9f944 25945: matching bug in path hierarchy completion 2008-10-29 21:59:32 +00:00
Peter Stephenson
e775b4dd66 25938 (Mikael) + probably 25939, too: typo in _path_files 2008-10-28 22:23:04 +00:00
Bart Schaefer
2357877757 25927: include the ignored prefix/suffix in the hidden prefix/suffix
only for compadd -U.
2008-10-23 02:38:58 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Bart Schaefer
3482e2dc8b 25887: fix brace completion oddity by using compadd -U more selectively. 2008-10-15 06:10:02 +00:00
Peter Stephenson
a19d9c7ab8 25582: attempt to make "pws non-canonical hack" respect file types 2008-09-01 17:18:08 +00:00
Peter Stephenson
c0e501d8a5 Alexey I. Froloff: 25459: add list-dirs-first style.
Also doc.
2008-08-21 15:53:00 +00:00
Peter Stephenson
eccd5ca1a3 users/13077: Max Mikhanosha: restore follow after sort in _path_files 2008-07-30 14:57:27 +00:00
Peter Stephenson
71432c3205 users/13072: add follow option to file-sort 2008-07-29 08:39:37 +00:00
Peter Stephenson
5b29fedad8 25324: Danek Duvall: some Solaris and more general completions 2008-07-21 19:15:22 +00:00
Peter Stephenson
ba1bcef67f 25258(?): donʼt use -M option with -U in _path_files 2008-06-30 21:24:12 +00:00
Peter Stephenson
6763a3cc55 25231: fix approximation of absolute paths in root directory 2008-06-21 21:36:00 +00:00
Peter Stephenson
4e1a7704eb unposted: another typo in _path_files 2008-06-04 10:12:02 +00:00
Peter Stephenson
61b27ae461 25130 with typos fixed: use compad -U in _path_files to fix problem
with spelling correction of path prefixes
2008-06-04 09:33:13 +00:00
Peter Stephenson
a46bb7f49d 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
Peter Stephenson
7eed3e6d5d users/12858: add accept-exact-dirs style 2008-05-18 20:51:47 +00:00
Peter Stephenson
50d9cdeae4 24768: add -q option to cd, chdir, pushd, popd
use in _canonical_paths
add 4.3.6 release note with this and other stuff
2008-03-28 09:59:06 +00:00
Peter Stephenson
42ddb45fe8 24759: dont unfunction if no function; sanitize helper functions 2008-03-27 11:29:17 +00:00