1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
Commit Graph

3595 Commits

Author SHA1 Message Date
Peter Stephenson
1bf6bbe0b5 20427: Fix problem with _oldlist and custom completer.
20339: show-completer style
2004-10-01 10:29:08 +00:00
Clint Adams
0fa7015cc8 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk. 2004-09-30 16:05:47 +00:00
Clint Adams
988948f2a8 20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified, spotted by Paul Wagland. 2004-09-28 17:48:46 +00:00
Wayne Davison
1199a03348 Some improvements suggested by Oliver. 2004-09-28 00:02:35 +00:00
Peter Stephenson
db7e23754d unposted: improve p4 add to ignore files being added already 2004-09-27 11:17:43 +00:00
Wayne Davison
31ce8d6560 20409 2004-09-25 00:40:44 +00:00
Wayne Davison
4d431e1068 Completion for the darcs revision control system. Derived from
the zsh completion example that ships with darcs.
2004-09-25 00:26:08 +00:00
Bart Schaefer
fc960bad4e 20397: Fix places where texinfo changes "--" to "-" 2004-09-22 04:37:00 +00:00
Peter Stephenson
f212e8072d Unposted: update _perforce for release 2004.2 2004-09-21 14:41:05 +00:00
Peter Stephenson
0f1267a8aa 20398: allow clean exit from within widget function 2004-09-21 14:07:41 +00:00
Bart Schaefer
c16cbae652 Fix typo. 2004-09-20 15:43:34 +00:00
Peter Stephenson
7d3d6f4a5a 20391: SHLVL wasn't updated in environment 2004-09-20 14:35:19 +00:00
Bart Schaefer
5741e2840f 20388: tweak ignoreeof behavior on user-defined widgets to match docs. 2004-09-20 14:03:36 +00:00
Bart Schaefer
2e9bbdc833 20387: revised algorithm for the fix in 20363. 2004-09-20 13:37:41 +00:00
Peter Stephenson
037485c4a4 20378: Matthias B.: fix bugs joining with metafied chars. 2004-09-17 09:25:38 +00:00
Peter Stephenson
53383c33b8 20364: use $WIDGETSTYLE in _oldlist 2004-09-16 14:46:50 +00:00
Peter Stephenson
1268f477b0 20363: Src/init.c, Src/Zle/zle_main.c 2004-09-13 13:04:39 +00:00
Peter Stephenson
b12c168505 20348: rejig WIDGETSTYLE and add WIDGETFUNC 2004-09-10 18:03:33 +00:00
Bart Schaefer
6f607e1098 Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. 2004-09-09 15:03:31 +00:00
Peter Stephenson
6b1dc0f701 20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
2004-09-09 10:12:42 +00:00
Peter Stephenson
65bbf722d9 20330: rationalise zle return statuses 2004-09-08 15:23:47 +00:00
Bart Schaefer
70857d0d75 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;
fix and test for "command -v" crash with POSIX_BUILTINS.
2004-09-08 08:26:14 +00:00
Bart Schaefer
e1d5c7df58 20325: consensus fix for "command -v" crash w/POSIXBUILTINS. 2004-09-08 08:24:41 +00:00
Bart Schaefer
72fdf24448 20320: rewrite of 20318, for sanity. 2004-09-08 08:24:00 +00:00
Bart Schaefer
91a08a2517 20318: Fix xtrace output bug introduced by 20308. 2004-09-04 16:59:35 +00:00
Peter Stephenson
97fd0d9b89 20308: add EVAL_LINENO option 2004-09-03 09:47:44 +00:00
Peter Stephenson
fb79072575 20303: zle -I test and running zle widgets in traps 2004-09-02 14:34:33 +00:00
Peter Stephenson
d24593bf38 20300: fix spurious EOF from ^C 2004-09-02 09:20:35 +00:00
Bart Schaefer
7f2db6916e Previously-forgotten entry corresponding to zed fix from workers/20244. 2004-09-02 03:52:40 +00:00
Wayne Davison
3338d3121c 20283 2004-08-24 21:01:54 +00:00
Wayne Davison
5652f0e09c Incorporate Jean-Baptiste Quenot's change that improves the parsing
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
cfb6ea8d2e 20282 2004-08-24 15:54:19 +00:00
Wayne Davison
0aa5829cc7 When downline() calls upline() or visa versa (due to a negative zmult),
the value of "n" that was returned should be negative but was positive.
Fixes some problems with {down,up}-line-or-history and others.
2004-08-24 15:47:04 +00:00
Wayne Davison
60b7d10a80 - Fixed the perl code that was using the @matches array.
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
1f42dc4008 02070 2004-08-18 20:40:29 +00:00
Wayne Davison
472e21e242 One of the new parenthetical expressions needs to not return a value
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f Don't output a target "VAR" for a line of the form "VAR := VALUE". 2004-08-18 20:22:46 +00:00
Wayne Davison
973a53300b 20269 2004-08-18 17:13:15 +00:00
Wayne Davison
9dd5252c9f Don't output make targets all clumped into a single string when useperl
is enabled.
2004-08-18 17:10:27 +00:00
Peter Stephenson
7d3220f298 20251: integer conversion truncation
20258: save command status in prompt substitution
update FAQ
rename version to 4.2.1-dev-1
2004-08-16 09:52:56 +00:00
Clint Adams
b8e6c82fab unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, respectively. 2004-08-13 23:01:30 +00:00
Peter Stephenson
edd3a2519d Version 4.2.1 zsh-4.2.1 2004-08-13 10:39:11 +00:00
Wayne Davison
5c4cc7796d Changed an entry that was space-indented to being tab-indented like
all the others.
2004-08-11 15:40:10 +00:00
Oliver Kiddle
ad25b67e3d 20254: restrict scope of the default tag-order to fix a problem with cdrecord
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Bart Schaefer
4f5e97a0bf 20244: fix bug with zed-iting autoloaded functions. 2004-08-10 23:34:58 +00:00
Oliver Kiddle
f4973986e9 20237: handle mysqlimport, more mysql options. Redo screen session completion 2004-08-07 19:01:09 +00:00
Oliver Kiddle
d8b1242723 20236: fix problem with keep-prefix style where a modifier removes the prefix 2004-08-07 15:27:07 +00:00
Oliver Kiddle
0172512966 20235: sync remote file completion against _ssh to fix bug with quote handling 2004-08-07 14:28:31 +00:00
Geoff Wing
fd62429d19 still allow user specified text modifiers with a short terminal.
Only disallow if the terminal is really unknown or without
sufficient capabilities or if SINGLE_LINE_ZLE option is given
2004-08-07 08:43:56 +00:00
Peter Stephenson
de79a24999 20232 with typo corrected: remove zftp directory listing on zfcd 2004-08-06 14:10:30 +00:00