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

2620 Commits

Author SHA1 Message Date
Clint Adams
f50dfba2f2 16590: use a prefix match instead of a "fuzzy-exact" match. 2002-02-08 08:30:09 +00:00
Sven Wischnowsky
9e0f74f07b fix for displaying matches in groups via _describe; go back to displaying one match per line when lines get too long (16582) 2002-02-07 08:40:01 +00:00
Clint Adams
0eefb1ec25 unposted: Colin Walters's prompt, adapted for the theme system 2002-02-07 07:35:14 +00:00
Clint Adams
7dea9669bb 16577: don't return a single dot as the path head of a slash. 2002-02-06 16:48:28 +00:00
Clint Adams
aa9b40fb5d 16568: get listing of entire directory for approximation and other purposes. 2002-02-05 18:10:52 +00:00
Clint Adams
6b932f3cf7 16566: show ls -F classifiers as display strings. 2002-02-05 18:03:24 +00:00
Bart Schaefer
c6d589aadd 16556: No error on `print >&-'. 2002-02-04 19:38:40 +00:00
Clint Adams
8db461b8e4 16555: add | to bracket expression, 2>/dev/null 2002-02-04 18:44:14 +00:00
Clint Adams
190aef0e25 16553: differentiate between files and directories during remote scp completion. 2002-02-04 18:03:02 +00:00
Felix Rosencrantz
2d35fd6ab0 Fixed some problems with _cvs and flags. Fixed _perl to complete a script
args with _normal.
2002-02-04 06:25:35 +00:00
Clint Adams
1dd643b016 16540: short options and local files 2002-02-03 06:12:34 +00:00
Oliver Kiddle
29b704202a Akinori Musha: 16534: a few bug fixes and some wording fixes 2002-02-01 14:28:30 +00:00
Oliver Kiddle
6fd9ce2c82 use RPS2 to put states on the right 2002-01-31 15:30:41 +00:00
Oliver Kiddle
16f1f616f9 16494: extract outermost words with negative arguments to %_ and add %^ 2002-01-31 15:13:26 +00:00
Oliver Kiddle
149aafd65e 16493: correct typos 2002-01-31 15:04:33 +00:00
Oliver Kiddle
5d11abfa3b 16492: add RPROMPT2 variable for right prompts in multi-line commands 2002-01-31 14:44:06 +00:00
Andrew Main
b1dadd97d3 * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when
clearing an otherwise-blank line.
2002-01-31 10:51:05 +00:00
Sven Wischnowsky
908065190d fixlet to avoid an empty string in an array; cause completion after cd without any matches to not report that there were no matches (16515) 2002-01-30 08:47:52 +00:00
Clint Adams
c3e0113d1c 16514: initscript completion fixes 2002-01-30 03:38:29 +00:00
Sven Wischnowsky
a2deb3854a slight improvement for 16500 to allow completion after ./<TAB> in all cases (16507) 2002-01-28 16:34:12 +00:00
Clint Adams
79e13d1209 16503: warn on fclose or fflush errors in bin_print. 2002-01-27 22:44:40 +00:00
Clint Adams
a92fca6f8e 16500: don't complete executable files in the current directory if "." is not in path. 2002-01-27 21:57:52 +00:00
Bart Schaefer
fc25322fa3 16419 (_arguments syntax doc), 16435 (hash crash). 2002-01-26 21:11:02 +00:00
Bart Schaefer
a11b60569b 16419: Improve _arguments syntax summary. 2002-01-26 21:08:26 +00:00
Bart Schaefer
9113c2e2d6 16435: Fix core dump in `hash'. 2002-01-26 21:03:36 +00:00
Peter Stephenson
8840ce7144 16489: Test/C01arith.ztst: default output for whole numbers
as floats now has `.' at the end, c.f. 16423.
2002-01-23 16:28:16 +00:00
Peter Stephenson
803131605b 16487: Src/glob.c: bug in 16486 when a qualifier in a set
consisted only of flags which were handled globally.
2002-01-22 13:52:29 +00:00
Peter Stephenson
13b57311de 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
(#q...) EXTENDED_GLOB syntax for qualifiers.  May be chained,
ignored by pattern matching code.
2002-01-22 12:40:25 +00:00
Sven Wischnowsky
3807c902a2 add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13 allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472) 2002-01-21 16:13:15 +00:00
Oliver Kiddle
4f6493aff1 *** empty log message *** 2002-01-18 14:49:02 +00:00
Oliver Kiddle
f879a295e1 use pager style instead of $EDITOR and fix bad substitution in exclusion lists 2002-01-17 18:49:32 +00:00
Clint Adams
3708080538 unposted: remove ansi2knr from distfiles 2002-01-16 23:29:01 +00:00
Clint Adams
db5779a84a 16463: apt-cache showsrc completion 2002-01-16 23:25:49 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00
Oliver Kiddle
8476aa7fc2 16449: new chkconfig completion for both the RedHat and IRIX commands 2002-01-14 14:17:50 +00:00
Peter Stephenson
64ba6ab245 16448: math assignment bug introduced by 15291, 15292 2002-01-14 13:46:30 +00:00
Andrey Borzenkov
126d3b9468 16443: fix urpmi.addmedia --distrib; set cache policy just once 2002-01-14 11:30:19 +00:00
Andrey Borzenkov
2cc2628cd1 16437: changes for new urpi in cooker 2002-01-13 13:11:17 +00:00
Sven Wischnowsky
5659f442c0 allow manual pages to be shown separated by section with new separate-sections style (16426) 2002-01-10 11:00:05 +00:00
Peter Stephenson
324e26d8ce 16423: append a `.' to converted floating point output
to stop it looking like an integer
2002-01-10 10:55:20 +00:00
Peter Stephenson
99d54b0b70 16422: zcalc non-default base output 2002-01-09 11:58:04 +00:00
Sven Wischnowsky
3013e98ca4 fix completion after var+= to use value context (16418) 2002-01-08 15:33:23 +00:00
Sven Wischnowsky
2ed74b89ea don't report _arguments-specs more than once (not even shared options with multiple sets) (16417) 2002-01-08 15:29:46 +00:00
Sven Wischnowsky
ba968d10de make sure auto menu isn't started accidentially when bashautolist is set (16408) 2002-01-07 14:43:40 +00:00
Sven Wischnowsky
540618a4fb fix nested _tags-loops by re-initialising the outer one when leaving the inner one (16407) 2002-01-07 14:39:44 +00:00
Sven Wischnowsky
90bbd87734 fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406) 2002-01-07 14:38:13 +00:00
Bart Schaefer
ad41ecec2b Log entries for 15746, users/4483, 16400. 2002-01-06 01:12:34 +00:00
Bart Schaefer
0524ab98ff 16400, 16401: preserve empty words that result from brace expansion. 2002-01-06 01:09:09 +00:00
Bart Schaefer
31634c24e7 users/4483: with "cvs add" et al., complete names of locally removed (but
not committed) files.
2002-01-06 01:08:16 +00:00