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

249 Commits

Author SHA1 Message Date
Oliver Kiddle
b9c58a73ac various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01 16:19:15 +00:00
Bart Schaefer
30697061f2 Refuse to setopt noexec when interactive 2001-03-30 16:20:03 +00:00
Bart Schaefer
7fd57d5473 Man page formatting tweak from long ago. 2001-03-29 05:00:09 +00:00
Peter Stephenson
19a8356ff1 Add `bindkey -p' 2001-03-28 16:54:21 +00:00
Peter Stephenson
3052985d1f move ZLE builtin documentation from mod_zle.yo to zle.yo. 2001-03-28 14:39:57 +00:00
Sven Wischnowsky
8d610f7724 more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) (13815) 2001-03-28 12:17:12 +00:00
Sven Wischnowsky
6a62ae3564 replace path' with more general urls' style (13814) 2001-03-28 11:26:05 +00:00
Sven Wischnowsky
e48f71e216 make _arguments return 300 only if given the -R option (13790) 2001-03-27 13:03:49 +00:00
Sven Wischnowsky
ea08ba3cea _pids shouldn't start menu completion if the current word starts with a hyphen; typo fix in compsys.yo (13763) 2001-03-26 08:27:03 +00:00
Sven Wischnowsky
6fda33d3ab fix 2001-03-23 12:52:39 +00:00
Sven Wischnowsky
9ef6eed52a add commands and call-command styles; mention some of the more expensive things about completion setup in the docs (13727) 2001-03-23 12:44:21 +00:00
Peter Stephenson
c1d5c9372b metafaq: shorter address for Israeli mirror 2001-03-18 19:21:48 +00:00
Bart Schaefer
7cfaf656c4 Add zkdb function. 2001-03-17 22:30:11 +00:00
Peter Stephenson
c925a15aa7 13611, 13615: Bind cursor keys using termcap, including in viins. 2001-03-13 15:32:41 +00:00
Oliver Kiddle
f18221fbb0 spelling corrections (13610) 2001-03-12 17:39:22 +00:00
Andrey Borzenkov
eeebe3e4ec 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
previous list
2001-03-06 07:47:26 +00:00
Sven Wischnowsky
3e6563dd03 new _expand_aliases to, well, expand aliases (13566) 2001-03-05 13:18:59 +00:00
Sven Wischnowsky
061c1ce912 add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
Peter Stephenson
cd02c345af 13280: NewImproved handling of colon modifiers w.r.t. paths 2001-02-19 10:26:52 +00:00
Peter Stephenson
441648bf5d ?## fix from 13497 and site name change from Geoff 2001-02-18 00:58:07 +00:00
Peter Stephenson
53a7b0c445 13473: clean config.modules, fix CSH_NULL_GLOB doc 2001-02-14 17:58:11 +00:00
Oliver Kiddle
3f862ce205 Changes references to sunsite.auc.dk to just sunsite.dk (13422) 2001-02-01 15:48:57 +00:00
Sven Wischnowsky
ca585f812b add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
Sven Wischnowsky
2a78c24842 *** empty log message *** 2001-01-11 10:06:40 +00:00
Bart Schaefer
c1a4af81c6 Include mod_term*.yo in doc source. 2000-12-05 05:07:52 +00:00
Peter Stephenson
0db6a3103f $# doc 2000-12-04 12:03:25 +00:00
Clint Adams
683cf32360 13216: docs for tc/ti modules 2000-12-03 23:32:09 +00:00
Peter Stephenson
c292a3ae50 Sven: 13108: Handle traps synchronously
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-11-11 19:50:27 +00:00
Sven Wischnowsky
e0dc80e0e5 aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128) 2000-11-08 09:20:42 +00:00
Bart Schaefer
49fc6b036c Make zpty more like eval. 2000-11-06 06:24:27 +00:00
Bart Schaefer
dbc0aebcd4 Assorted read_poll() and zpty cleanup. 2000-11-05 09:27:08 +00:00
Sven Wischnowsky
da9b5bb81a show current/previous job in $jobstates (3503) 2000-11-02 08:12:44 +00:00
Sven Wischnowsky
865f3961b7 change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037) 2000-10-23 08:07:32 +00:00
Sven Wischnowsky
16d7e31ae8 make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035) 2000-10-19 08:46:54 +00:00
Bart Schaefer
632dc55f9c Document tty mode restoration. 2000-10-14 00:14:15 +00:00
Sven Wischnowsky
f23b23e8a3 remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974) 2000-10-12 08:28:26 +00:00
Sven Wischnowsky
17e2003c5c rename fake style to fake-files (12973) 2000-10-12 07:08:43 +00:00
Sven Wischnowsky
adf7965951 add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960) 2000-10-11 12:19:23 +00:00
Sven Wischnowsky
7b35c8639c *** empty log message *** 2000-10-10 14:12:41 +00:00
Sven Wischnowsky
ffe53f319a cleanup for 12896 (12901) 2000-10-05 14:08:47 +00:00
Sven Wischnowsky
62df18f0d8 cleanup (12896) 2000-10-05 08:41:35 +00:00
Sven Wischnowsky
0f2250de44 complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) 2000-10-05 07:31:00 +00:00
Bart Schaefer
430e294795 Fiddle with _expand_word and its doc. 2000-09-21 05:16:21 +00:00
Andrey Borzenkov
5637f95bc0 12848: Doc/Zsh/zle.yo: Alphabetize list of parameters 2000-09-20 06:58:54 +00:00
Andrey Borzenkov
1254055f09 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage. 2000-09-20 06:33:29 +00:00
Andrey Borzenkov
2909b28776 12835: Alphabetize special parameters list (retry broken commit) 2000-09-18 17:37:23 +00:00
Bart Schaefer
bd7969bfa5 "typeset +m ..." and "typeset +g -m ..." 2000-09-17 05:38:36 +00:00
Bart Schaefer
73e23c7999 One more "wordcode" change. 2000-09-15 15:32:25 +00:00
Bart Schaefer
879b24619a Add smart-insert-last-word. 2000-09-13 05:06:54 +00:00
Bart Schaefer
9e9457f30e Redo _zle using _arguments; fix typos. 2000-09-11 07:08:27 +00:00