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

399 Commits

Author SHA1 Message Date
Peter Stephenson
a8f7d57e83 17504: note that getopts doesn't handle a single `-' as an option argument 2002-08-06 13:05:48 +00:00
Oliver Kiddle
ed89700265 17503: fix various typos, spelling mistakes and poor wordings in the docs 2002-08-05 12:33:27 +00:00
Clint Adams
4642fceebe 17479: fix typo noticed by Martin Pool. 2002-07-24 17:55:38 +00:00
Peter Stephenson
363079af76 17414: narrow-to-region save and restore. 2002-07-05 10:49:46 +00:00
Peter Stephenson
603956acdc 17410: narrow-to-region widgets 2002-07-04 13:53:47 +00:00
Peter Stephenson
76c1e26713 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered 2002-07-04 10:13:38 +00:00
Peter Stephenson
1a1b108b34 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY 2002-07-01 16:50:41 +00:00
Peter Stephenson
a18f020282 17384: new recursive-edit widget. 2002-07-01 09:54:47 +00:00
Sven Wischnowsky
053629183d add new sepcial context -assign-parameter- for completing the parameter in an assignment (17387) 2002-07-01 08:25:15 +00:00
Sven Wischnowsky
d28f67623f two new modes for menu selection: incremental search and interactive (17366) 2002-06-26 11:07:42 +00:00
Peter Stephenson
36765a58a6 17350: add $CUTBUFFER and $killring zle parameters 2002-06-24 09:51:59 +00:00
Peter Stephenson
19817c34d1 17334: TYPESET_SILENT shell option and typeset -p option 2002-06-20 16:39:47 +00:00
Peter Stephenson
61f9940d67 Usual .distfiles tidy-up 2002-06-17 13:29:23 +00:00
Peter Stephenson
b673918c0f 17304: tweak to tweak the tweaked tweak for zle -I in 17301 2002-06-07 18:04:06 +00:00
Peter Stephenson
37199039b2 17301: improve zle -I. 2002-06-07 10:57:24 +00:00
Peter Stephenson
9e97cfa052 17293: support poll() as preferred alternative to select() in zle 2002-06-06 09:04:46 +00:00
Peter Stephenson
69b570e28c 17253: ztcp -L gives parseable information on tcp session 2002-05-30 15:16:18 +00:00
Sven Wischnowsky
70120f22ee rename max-match-length style to max-matches-width (17213) 2002-05-23 12:16:42 +00:00
Peter Stephenson
3bd0b68bfb 17201: add example use of ztcp to manual 2002-05-21 13:12:45 +00:00
Peter Stephenson
afe1b00e16 17141 plus mods: add `zle -F fd handler' feature. 2002-05-21 11:10:13 +00:00
Sven Wischnowsky
b0e4b61a82 allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147) 2002-05-14 08:01:12 +00:00
Sven Wischnowsky
1acda13c70 fix doc for _describe, mention -t option (17146) 2002-05-14 07:54:23 +00:00
Peter Stephenson
876becb49a Doc/Makefile.in: back out unintended changes 2002-05-12 18:51:46 +00:00
Peter Stephenson
cf00466e13 users/4951: make ulimit documentation clearer 2002-05-10 09:52:25 +00:00
Peter Stephenson
c5381b85ed 17081: New zselect module and documentation. 2002-05-08 13:13:52 +00:00
Andrey Borzenkov
42080a7fb9 17080: tag-order style usage 2002-05-08 09:11:28 +00:00
Bart Schaefer
b7aa69cb7d Explain the effect of unreadable directories, etc., on the CORRECT option 2002-05-06 14:42:07 +00:00
Oliver Kiddle
41eb475f9b 16923: add insert style for inserting matches instead of adding them as a match 2002-04-04 10:45:59 +00:00
Bart Schaefer
94f73ed646 16895: cross-references to the |&' and >(...)' syntax. 2002-03-28 04:22:03 +00:00
Oliver Kiddle
ac88d2bbef 16913: fix completion after compdef -a and correct typos 2002-03-27 16:10:07 +00:00
Oliver Kiddle
6f1bb6147a alter _generic example to be more robust 2002-03-27 14:36:12 +00:00
Peter Stephenson
9763da46c8 16879: Functions/Zle/up-line-or-beginning-search,
Functions/Zle/down-line-or-beginning-search,
Doc/Zsh/contrib.yo: originally by Bart --- widgets which
combine up-line-or-search and history-beginning-search-backward
behaviour.
2002-03-21 23:03:09 +00:00
Bart Schaefer
35352d833b Add missing close-paren 2002-03-17 17:14:09 +00:00
Oliver Kiddle
79323d6d41 16842: resolve name clash for nc between netcat and the nedit client for
completion and add _pick_variant to resolve program variants in general
2002-03-15 16:26:08 +00:00
Sven Wischnowsky
45f9a36216 remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819) 2002-03-13 09:28:04 +00:00
Peter Stephenson
849f4068de 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,
Functions/Zle/copy-earlier-word:  Enhance insert-last-word to
pick different lines from the history (including the current
line) and different words from that line.  Add copy-earlier-word
as suggested by Dominik Vogt to copy words from either the
current line, or (following an insert-last-word) a previous
history line.
2002-03-05 16:33:19 +00:00
Sven Wischnowsky
f56ba813bb allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755) 2002-03-04 08:53:41 +00:00
Sven Wischnowsky
8dcd8e54c5 make _guard use _mesage -e'; make _message -e' use $curtag as a default; change uses of _guard (16708) 2002-02-25 09:09:31 +00:00
Oliver Kiddle
73a4362713 16620, 16697: add a and n parameter expansion flags 2002-02-22 17:28:04 +00:00
Clint Adams
d1f65a53bb 16688: clarify the pseudo-randomness of RANDOM. 2002-02-21 13:43:00 +00:00
Oliver Kiddle
6febc8fe67 16619, 16676: add -c, -l and -p options to the dirs builtin 2002-02-20 12:51:51 +00:00
Clint Adams
0de96fc478 16673: add langinfo module as an interface to locale information. 2002-02-19 02:14:08 +00:00
Geoff Wing
ddc93506e9 Remove: France ftp.cenatls.cena.dgac.fr
Add:    Netherlands ftp.demon.nl (Phil Pennock <pdp@nl.demon.net>)
2002-02-19 00:36:22 +00:00
Sven Wischnowsky
becf65dd7f allow an argument containing only a single colon as a separator between options to _arguments and specs (16669) 2002-02-18 14:36:01 +00:00
Geoff Wing
560a471d91 Changed: uiarchive.uiuc.edu path 2002-02-14 03:12:14 +00:00
Geoff Wing
f97db7f376 Remove: Australia ftp.ips.gov.au
Italy     ftp.unina.it
        Japan     ftp.nisiq.net
        USA   FTP foad.org
Add:    Japan     ftp.ayamura.org (Ayamura Kikuchi <ayamura@ayamura.org>)
        Korea     linux.sarang.net (<mirror@linux.sarang.net>)
        USA  HTTP zsh.disillusion.org (Guido Fortunati <zuez@disillusion.org>)
2002-02-14 02:59:45 +00:00
Bart Schaefer
d4a5b9916f Add a special-dirs example. 2002-02-12 17:25:18 +00:00
Sven Wischnowsky
77339cc21d add -x option (to be passed on to compadd) to _description and friends; make _message respect any -[12VJ] options it gets, adding the message to that group (16609) 2002-02-12 13:37:00 +00:00
Oliver Kiddle
5d11abfa3b 16492: add RPROMPT2 variable for right prompts in multi-line commands 2002-01-31 14:44:06 +00:00
Bart Schaefer
a11b60569b 16419: Improve _arguments syntax summary. 2002-01-26 21:08:26 +00:00