1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
Commit Graph

1918 Commits

Author SHA1 Message Date
Oliver Kiddle
48df213153 18299: allow _next_tags to work with nested tag loops 2003-02-26 16:35:55 +00:00
Oliver Kiddle
194e4cac61 18300: handle tar's -C option better 2003-02-26 14:56:47 +00:00
Peter Stephenson
1ee81df6f9 unposted: remove debug from _path_files patch in 18230 2003-02-26 14:32:32 +00:00
Oliver Kiddle
ab1a0844f2 18296: sync fake _all_labels and _next_label functions with changes to real ones 2003-02-25 18:43:39 +00:00
Oliver Kiddle
0911160d07 fix out-of-date documentation for -value- completion and move description of
special contexts from _complete's to #compdef's description
2003-02-25 14:55:50 +00:00
Peter Stephenson
f1fd8273b4 18230: Test for explicitly matched file in _path_files. 2003-02-24 11:33:04 +00:00
Peter Stephenson
b1ae269e55 18278: remove zgprintf, zformat already does this 2003-02-23 23:24:29 +00:00
Peter Stephenson
fcc7489b7e not in 18276: update Perforce completion 2003-02-23 16:05:58 +00:00
Peter Stephenson
ee7bdbf85d 18264: free job table entries properly in subshell 2003-02-21 14:37:03 +00:00
Oliver Kiddle
4e6c75fa78 18269: improve sccs file completion to handle both direct & indirect references 2003-02-21 11:01:19 +00:00
Oliver Kiddle
945f54b001 18263: fix saving of glob state so that globs can be used from (e) glob qual 2003-02-20 08:17:38 +00:00
Oliver Kiddle
cd220acea0 18262: fix bug where only first match was added with expand style set to suffix 2003-02-19 18:05:51 +00:00
Oliver Kiddle
079ed78139 18257: merge _xmllint and _xsltproc into _xmlsoft 2003-02-18 16:47:07 +00:00
Oliver Kiddle
a2b2c354ff Doug Kearns: 18259: added more browsers and correct 'urls' description to 'url' 2003-02-18 16:02:21 +00:00
Oliver Kiddle
5cb11fabd0 18257: make use of _webbrowser 2003-02-18 12:56:48 +00:00
Oliver Kiddle
20528c3743 Doug Kearns: 18254: new completion for xmllint (from xmlsoft.org's libxml2) 2003-02-18 10:02:32 +00:00
Peter Stephenson
4c149a8abc 18252: pass ignoreeof as flag to zleread 2003-02-17 14:06:39 +00:00
Peter Stephenson
40c29457f2 18251: Fix select and make it respect EOF 2003-02-17 11:41:58 +00:00
Oliver Kiddle
a71bf4a283 18249: new completion function for user mode linux 2003-02-17 10:34:31 +00:00
Oliver Kiddle
070db3c678 18246: minor updates 2003-02-17 10:20:24 +00:00
Oliver Kiddle
5164c6a3c9 18242: add -d option to read for specifying delimiter to terminate input 2003-02-17 10:07:53 +00:00
Peter Stephenson
06d25a35b0 18243: Nasty tty poll fix for Solaris 2003-02-14 19:03:08 +00:00
Peter Stephenson
a7e6deb69e modified from 18236: HP-UX curses problem latest 2003-02-14 15:56:33 +00:00
Oliver Kiddle
c1467e410d 18238: bashcompinit was not being installed with --enable-function-subdirs 2003-02-13 16:34:19 +00:00
Oliver Kiddle
b9d8d6f200 users/5915: two levels of quoting are needed for remote files with scp 2003-02-13 16:14:51 +00:00
Oliver Kiddle
dc91d837e8 18237: complete -t option to read 2003-02-13 15:04:14 +00:00
Oliver Kiddle
6d2921542e 18223: satisfy POSIX requirement for a -v flag to unset 2003-02-13 13:46:00 +00:00
Peter Stephenson
67512e04ae unposted: fix _perforce function names 2003-02-13 10:41:44 +00:00
Peter Stephenson
9dbf7405fa unposted: rename _p4 to _perforce 2003-02-11 17:42:27 +00:00
Clint Adams
b5b1099023 18207: add maxfilelocks to ulimit output. 2003-02-09 01:12:35 +00:00
Peter Stephenson
4f3b9e43d2 18204: KSH_ARRAYS 2003-02-07 17:05:09 +00:00
Peter Stephenson
5c1f3b65a6 18202: New TCP function system plus small error message change in ztcp. 2003-02-06 12:21:49 +00:00
Peter Stephenson
809ab19dff 18191: from Greg Klanderman: compctl -y didn't respect list arrangement
options listpacked and listrowsfirst.
2003-02-06 10:29:30 +00:00
Peter Stephenson
590a26709a 18195: Timeouts for read builtin. 2003-02-05 11:56:55 +00:00
Peter Stephenson
50b77cd584 unposted: create 4.1.0-dev-7 2003-02-04 11:33:27 +00:00
Peter Stephenson
6a8be0aff1 18188: Output balanced parentheses in case statements 2003-02-04 11:23:01 +00:00
Peter Stephenson
ac62ad2b1f 18175: Completion for Perforce 2003-02-03 13:52:29 +00:00
Peter Stephenson
06902e7f66 18174: New read-from-minibuffer and replace-string ZLE functions 2003-02-03 11:05:53 +00:00
Clint Adams
980b437fca unposted: config.guess, config.sub: update to 2003-01-10 and
2003-01-03 versions, respectively.
2003-01-30 15:35:07 +00:00
Clint Adams
dae757646a 18131: find pcre on RedHat. 2003-01-30 15:30:45 +00:00
Oliver Kiddle
1c9fc3f3be Doug Kearns: 18159: new completion function for HTML Tidy 2003-01-30 15:07:01 +00:00
Oliver Kiddle
4db0b10fc2 18156: use reply array instead of ali for plugins and document new styles 2003-01-29 14:20:55 +00:00
Bart Schaefer
772189d23e 18143,18144: assorted tweaks. 2003-01-27 16:44:57 +00:00
Peter Stephenson
778a73b027 18139: Improve $killring interface; can now change length. Empty
strings in $killring are ignored when yank-popping.  Yank-popping
is more consistent about looping and using the original cutbuffer.
2003-01-27 14:54:31 +00:00
Oliver Kiddle
cd70d2745c Doug Kearns: 18141: new completion for elinks web browser 2003-01-27 10:35:44 +00:00
Peter Stephenson
7750d93e97 zsh-users/5780: viinsert widget is really vi-insert 2003-01-20 16:34:51 +00:00
Peter Stephenson
0bc5a4ba69 18059: file got missed 2003-01-17 10:31:31 +00:00
Oliver Kiddle
5385a822b6 18121: add new function for completing e-mail addresses 2003-01-17 09:23:34 +00:00
Oliver Kiddle
5e7520de01 18060: document zmv's -W option and add zmv completion 2003-01-07 15:55:48 +00:00
Oliver Kiddle
0e037e4d99 18058: complete remote files for rcp 2003-01-07 08:51:10 +00:00