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
Bart Schaefer
cceb4703de
No "wordcode".
2000-09-06 15:56:28 +00:00
Bart Schaefer
fe992fe5a9
No "wordcode".
2000-09-06 15:47:39 +00:00
Bart Schaefer
14c13bcbb9
Add a cross reference and some completer hints.
2000-09-05 16:34:45 +00:00
Sven Wischnowsky
f2d7665d98
change context for i-c-w styles, update docs (12744)
2000-09-05 08:35:48 +00:00
Bart Schaefer
dc1f7c5a34
Create "User Contributions" doc and make some assoctiated changes.
2000-09-04 21:10:29 +00:00
Andrew Main
960728aad2
12722: [##base] for output base selection without a base prefix
2000-09-02 17:09:28 +00:00
Peter Stephenson
942009eb9f
12719: quoting arrays in vared with real backslashes
2000-08-29 20:27:47 +00:00
Bart Schaefer
968c9f5f99
12716: Document and index REPLY/reply paramters properly.
2000-08-29 06:35:39 +00:00
Sven Wischnowsky
5821e7ef16
make $modules report aliases correctly (12654)
2000-08-16 09:25:39 +00:00
Sven Wischnowsky
0352b80797
call ps only once and be more intelligent when finding the PIDs (12640)
2000-08-15 09:31:18 +00:00
Oliver Kiddle
29255612ee
Minor documentation fixes (12585)
2000-08-10 23:06:42 +00:00
Oliver Kiddle
5851a32681
add -g option to _parameters to restrict type of parameters completed (12583)
2000-08-10 21:22:25 +00:00
Peter Stephenson
f6ecbb7f4d
12581: C_BASES option
2000-08-10 16:19:11 +00:00
Sven Wischnowsky
5c90cf1a51
more fixes for completion of special characters (quoting) (12565)
2000-08-08 10:32:47 +00:00
Peter Stephenson
c66544a86b
12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
...
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules
done internally via `zmodload -[AR]'
2000-08-08 09:13:36 +00:00
Sven Wischnowsky
d86e25ef2e
small fix for `read -r' doc (12497)
2000-08-03 11:34:01 +00:00
Sven Wischnowsky
a23d39ce38
make binding of ^D be used in first column if ignoreeof is set and ^D is bound to a shell function widget (12494)
2000-08-03 07:51:53 +00:00
Adam Spiers
fd15ea0fb5
12486: new completion caching layer
2000-08-02 13:45:51 +00:00
Sven Wischnowsky
b2aebcad02
if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483)
2000-08-02 10:36:19 +00:00
Sven Wischnowsky
cd2984fb66
make $compcontext more powerful and easier to use for simple cases
2000-08-01 07:19:15 +00:00
Sven Wischnowsky
a2f2ae4f5a
clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438)
2000-07-31 08:06:37 +00:00
Andrew Main
84b04a8728
12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like
...
the csh -b, permitting more options to be stacked after it and
take effect. Make -b take effect depending on SH_OPTION_LETTERS,
consistent with all the other single-letter options, rather than
having a clashing check of emulation type.
2000-07-30 19:18:13 +00:00
Andrew Main
9743c19d61
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
...
Src/zsh.mdd: Allow options to be specified on the zsh command line
in the form of GNU-style long options. Also handle --version
and --help. Do not permit extra option letters to be stacked
after `-whatever-' (they used to be ignored). Exit if the
command line specifies an option name that doesn't exist.
2000-07-30 17:03:52 +00:00
Peter Stephenson
0aee5e1bb4
12414: vared quotes separators when editing arrays
2000-07-27 17:48:47 +00:00
Sven Wischnowsky
3343c75efd
fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405)
2000-07-27 10:59:43 +00:00
Bart Schaefer
04aaf1cd7f
Move compinit security checks into compaudit.
2000-07-26 08:54:58 +00:00
Wayne Davison
1f0e43a2c8
Mention the space-starting-alias feature in HIST_IGNORE_SPACE.
2000-07-19 21:37:18 +00:00
Peter Stephenson
c4e0379408
12313: bad phrasing in metafaq
2000-07-19 13:56:25 +00:00
Peter Stephenson
fa699be45d
12242: based on code from Fr. Br. George (George V Kouryachy):
...
use negative integers in prompt to count from other end of string
2000-07-13 11:20:46 +00:00
Sven Wischnowsky
046f5da3aa
fix for list-prompt docs (12229)
2000-07-12 10:36:22 +00:00
Oliver Kiddle
b0337944b4
mention more standard tags in documentation and fix some typos (12177)
2000-07-05 21:05:57 +00:00
Peter Stephenson
044e8e054c
12140: make key rebinding for _expand complter easier
2000-07-03 14:00:44 +00:00
Peter Stephenson
43f3a58597
12121: stopmsg in precmd
2000-07-03 08:48:22 +00:00
Sven Wischnowsky
0ddb4fb835
change format style with warnings tag, don't add descriptions as matches; make a-a-i-n-h in menu selection work even without matches (12134)
2000-07-03 08:05:27 +00:00
Sven Wischnowsky
d01795be2a
reverse meaning of yes=num again (12122)
2000-06-29 09:32:04 +00:00
Sven Wischnowsky
d15f36ab5b
change suffix style to still do expansion if the suffix contains something to expand (12115)
2000-06-29 07:10:31 +00:00
Sven Wischnowsky
4e2e7f292f
even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) (12114)
2000-06-29 07:04:17 +00:00
Sven Wischnowsky
fde669f76d
misc
2000-06-28 09:08:03 +00:00
Bart Schaefer
f889ebfaa3
12086: Alphabetize.
2000-06-28 04:09:56 +00:00
Sven Wischnowsky
9eca7fc726
menu style accepts yes=x to start menu completion if there are at least x matches (3219)
2000-06-27 15:05:33 +00:00
Sven Wischnowsky
07aec026b6
document _use_lo (12082)
2000-06-27 13:22:53 +00:00
Bart Schaefer
8d0feb4b31
12074: Remove one more reference to compfmt; add missing menu items.
2000-06-26 15:36:57 +00:00
Peter Stephenson
acda8dc256
12073: read -t to test for available input before reading
2000-06-26 15:00:27 +00:00
Sven Wischnowsky
3ff5a17d8c
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
2000-06-26 08:36:42 +00:00
Bart Schaefer
79c4c50777
12063: Assorted typo-squashing and reformatting.
2000-06-25 20:17:33 +00:00
Sven Wischnowsky
b9a533f382
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
2000-06-22 08:42:36 +00:00
Sven Wischnowsky
cd335e489a
*** empty log message ***
2000-06-20 07:16:27 +00:00
Sven Wischnowsky
c071087d1f
_arguments: small fix for -s and new `!...' for things not to complete (but to understand) (11985)
2000-06-19 13:09:06 +00:00
Sven Wischnowsky
083befef2b
new match spec characters bBeE, match only word/line not both (11977)
2000-06-19 10:48:21 +00:00
Sven Wischnowsky
a295e82c1e
allow _expand to expand braces; better detection of braces to complete in C (11973)
2000-06-19 09:55:31 +00:00
Sven Wischnowsky
2769b19881
improve filename completion; use accept-exact for in-path completion; new fake style (11971)
2000-06-19 09:32:30 +00:00
Sven Wischnowsky
4299878002
restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3188)
2000-06-19 08:47:43 +00:00
Sven Wischnowsky
ae2b3953df
enhance ignore-line to ignore all/current/other word(s) (11938)
2000-06-16 07:38:59 +00:00
Sven Wischnowsky
0b892d4492
zstyle -e option; change math-styles to boolean ones; change defaults for _expand styles (11937)
2000-06-16 07:31:09 +00:00
Sven Wischnowsky
818cba3dbf
make _files try each pattern only once (and stop after `*') (11915)
2000-06-15 09:06:21 +00:00
Sven Wischnowsky
9310826027
make -A take a pattern as argument to match non-arguments; allow single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13 12:14:32 +00:00
Sven Wischnowsky
bde4cfde51
new _generic widget to call completion with $WIDGET in function field of context (?)
2000-06-13 11:55:06 +00:00
Sven Wischnowsky
a707108a75
allow insert-tab to contain `pending[=num]' to handle the case when there is pending input (?)
2000-06-13 11:45:26 +00:00
Sven Wischnowsky
428abf6455
new style `suffix'; use accept-exact style in _expand (?)
2000-06-13 11:26:07 +00:00
Peter Stephenson
055d961f84
11867: restrict typeset -H application
2000-06-12 09:27:09 +00:00
Peter Stephenson
6b87e6fda3
11838: typeset -H
2000-06-09 15:37:05 +00:00
Sven Wischnowsky
0526e9b5c7
trying to improve _expand; new keep-prefix style, add-space gives more control (11815)
2000-06-08 08:39:50 +00:00
Sven Wischnowsky
9bb23440d2
-K option for zparseopts to keep previous array values (11792)
2000-06-07 07:38:02 +00:00
Sven Wischnowsky
4900804b61
make (e) flag be silent unless (X) is given, too (11768)
2000-06-06 08:35:54 +00:00
Bart Schaefer
4c2601e753
Felix, 11734: Memory leak and doc error.
2000-06-03 16:37:24 +00:00
Sven Wischnowsky
5a4253f42e
allow display of only messages via $compstate[list]=messages (11688)
2000-05-31 09:56:12 +00:00
Peter Stephenson
b2f8bc5ea2
modlist.yo added to .distfiles
2000-05-30 10:25:57 +00:00
Sven Wischnowsky
08ddb2593b
doc fix, missing `)' (11638)
2000-05-29 14:48:38 +00:00
Sven Wischnowsky
fb9ec18e9a
make handling of default tag clearer in the docs (3101)
2000-05-29 12:52:20 +00:00
Sven Wischnowsky
a2750a4eff
fixes for _arguments with sets; make _zpty not use sets (11624)
2000-05-29 08:00:46 +00:00
Peter Stephenson
9121d78354
11561: no RC_QUOTES in $'..'
2000-05-24 17:20:26 +00:00
Peter Stephenson
8fd4ecc346
11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't.
2000-05-24 15:20:26 +00:00
Bart Schaefer
53573eaffb
11554: Rearrange _arguments doc some more.
2000-05-24 09:14:34 +00:00
Peter Stephenson
72639fca30
11542: Doc/Zsh/compsys.yo: more wording `improvements'
2000-05-23 19:25:49 +00:00
Peter Stephenson
bfe6602d9e
11537: new _complete_tag function
2000-05-23 15:27:13 +00:00
Sven Wischnowsky
dcb9683382
doc clarifications for zparseopts (11536)
2000-05-23 15:00:38 +00:00
Sven Wischnowsky
22c3204495
add -[ak] options to compadd (11533)
2000-05-23 14:23:16 +00:00
Sven Wischnowsky
00772b72a7
add -E option to zparseopts (11530)
2000-05-23 13:18:36 +00:00
Bart Schaefer
903ee41560
11508: Add texipage() to printindex().
2000-05-22 15:49:04 +00:00
Bart Schaefer
663e892126
11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.
2000-05-22 15:00:52 +00:00
Sven Wischnowsky
91f40b975f
be more careful when decided if to insert tabs instead of completing (11493)
2000-05-22 11:28:29 +00:00
Sven Wischnowsky
c955b76cc5
remove -h option from zstyle (11490)
2000-05-22 09:32:32 +00:00
Sven Wischnowsky
ce90081ea8
pat(-) in long-option patterns to say that argument should be completed only after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22 09:28:34 +00:00
Bart Schaefer
3f9633e006
Missing () in a tt().
2000-05-22 07:03:38 +00:00
Bart Schaefer
9e61d4ba48
11483: Fix formatting and other small errors.
2000-05-22 05:26:38 +00:00
Peter Stephenson
60205c81b8
11478; 3.1.7-pre-4
2000-05-21 18:27:36 +00:00
Bart Schaefer
d28807ea39
11477: Alphabetize itemized lists.
2000-05-20 18:18:08 +00:00
Peter Stephenson
8d17d2f02d
11467: [#<base>] syntax for output base
...
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19 18:22:50 +00:00
Sven Wischnowsky
ca670d4d27
allow _main_complete to call an arbitrary command given as arguments (11459)
2000-05-18 10:48:31 +00:00
Sven Wischnowsky
781a5bd4b1
small doc fix; make compcall autoload compctl module (11457)
2000-05-18 09:22:31 +00:00
Peter Stephenson
53f2284045
11448: doc changes
2000-05-17 21:28:30 +00:00
Sven Wischnowsky
05d3c175a5
add Felix' completion matching test; some fixes for bugs shown by it (11439)
2000-05-17 11:59:32 +00:00
Bart Schaefer
6a02bbcfba
11431: Chop up zstyle doc into an itemize list.
2000-05-17 08:36:10 +00:00
Bart Schaefer
a04a3a9e65
Fix typos and remove RCS Id strings.
2000-05-16 16:21:33 +00:00
Sven Wischnowsky
d658d3e2bb
fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408)
2000-05-16 11:44:57 +00:00
Peter Stephenson
c5285d56f7
11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansion
2000-05-16 09:46:10 +00:00
Clint Adams
195f1c4015
11387: OCTAL_ZEROES option
2000-05-15 18:48:21 +00:00
Sven Wischnowsky
1dc5677a41
add _in_vared for completion inside vared; make insert-tab default to `false' there
2000-05-15 13:19:26 +00:00
Peter Stephenson
2bd3a0ff71
11362: fix up pointers
2000-05-15 08:49:04 +00:00
Oliver Kiddle
6ff206e057
Add -L option to the hash builtin
2000-05-15 00:31:20 +00:00
Peter Stephenson
26cc1ad1df
doc changes; typo in _jobs; integer builtin understands `-i base'
2000-05-14 22:08:41 +00:00
Sven Wischnowsky
8e7e17237e
allow internally-mutually exclusive sets in _argument_sets; fixes for _argument_sets and the C-code for it (11320)
2000-05-11 08:54:47 +00:00
Sven Wischnowsky
d3620a02df
make ^G in menu-selection restore the old command line; add select=long* values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-11 08:40:09 +00:00
Oliver Kiddle
ed8b82b9b1
Spelling corrections in the docs (11315)
2000-05-11 00:01:03 +00:00
Tanaka Akira
894c390b63
11310: use zmanref. (fix for 11309)
2000-05-10 17:31:11 +00:00
Tanaka Akira
77ec90e904
11309: Doc/Zsh/expn.yo: fix missing section.
2000-05-10 17:24:54 +00:00
Sven Wischnowsky
2da726eaf1
more fixes for _arguments and its docs (11298)
2000-05-10 11:53:05 +00:00
Bart Schaefer
f1286d2fae
11297: Document that ZLE closes standard input of user-defined widget funcs.
2000-05-10 10:31:16 +00:00
Sven Wischnowsky
0f7d06b4e5
misc. _arguments fixes
2000-05-10 09:22:49 +00:00
Sven Wischnowsky
8c6a5af791
give control over insertion of tab when no non-blank character before cursor; add insert-tab style (11274)
2000-05-09 11:04:44 +00:00
Sven Wischnowsky
125dc0d4f2
new -A and -S options to _arguments; -opt=-' specs for options whose argument has to come after the
=' (11270)
2000-05-09 09:05:34 +00:00
Oliver Kiddle
e5eb094bf3
minor doc fixes (11268)
2000-05-08 18:14:46 +00:00
Bart Schaefer
d006556c74
11264: Missed bit of doc for 10771.
2000-05-08 16:29:41 +00:00
Peter Stephenson
705fd24fd5
11044, 11260: DVORAK options for spell checking.
2000-05-08 15:56:37 +00:00
Peter Stephenson
17d342160a
11252: no colon at the end of zftp function contexts
2000-05-08 10:45:02 +00:00
Peter Stephenson
38bb84d975
11194, 11200, 11214
2000-05-08 08:58:37 +00:00
Sven Wischnowsky
bedd4cf2c5
make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244)
2000-05-08 08:44:52 +00:00
Sven Wischnowsky
92637abbb8
misc. completion cleanups and changes (11242)
2000-05-08 08:16:32 +00:00
Tanaka Akira
c1dc0ffe4f
11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
...
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo:
_regex_arguments use _alternative.
2000-05-06 07:59:52 +00:00
Oliver Kiddle
7c56ccdcbc
Small doc fix and AIX dependency fix
2000-05-05 16:45:03 +00:00
Tanaka Akira
3e7a2a41bc
11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,
...
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo,
Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04 20:16:09 +00:00
Sven Wischnowsky
4414e16a6a
don't list when all matches look the same; force-list style to give users control over this (11140)
2000-05-04 07:44:21 +00:00
Bart Schaefer
09b09770d9
11136: Reorganize history expansion doc.
2000-05-04 06:21:18 +00:00
Peter Stephenson
2276cc6b33
11126: typos
2000-05-03 15:15:03 +00:00
Sven Wischnowsky
aa0381bd2b
allow `-' in exclusion lists for _arguments, to avoid completing all options (11121)
2000-05-03 14:44:01 +00:00
Sven Wischnowsky
17e79c0157
fix for the (z) flag: report partial word (like `"foo', without a closing quote); mention in manual that (z) is handled lately (11117)
2000-05-03 13:05:39 +00:00
Sven Wischnowsky
70e5b622ff
new (z) parameter flag to do shell-word splitting on the value (11113)
2000-05-03 12:21:55 +00:00
Sven Wischnowsky
43e44f06b7
more doc fixes (11094)
2000-05-03 08:46:52 +00:00
Sven Wischnowsky
48cd3184fb
two more doc fixes (11060)
2000-05-02 11:20:10 +00:00
Sven Wischnowsky
997d40c05d
add -x option to compadd to display message unconditionally
2000-05-02 10:30:41 +00:00
Sven Wischnowsky
e102702cd5
completion doc fixes and cleanup; _sort_tags updated (11047)
2000-05-02 08:14:28 +00:00
Bart Schaefer
5c327339f5
11024: The _complete_debug widget enables and captures xtrace from completion.
2000-04-30 10:04:29 +00:00
Adam Spiers
cb9408982f
11019: fix bug in _description example
2000-04-29 22:09:04 +00:00
Bart Schaefer
cd1bde0262
11012: Rearrange menus to match section rearragement in 11008.
2000-04-28 17:13:50 +00:00
Sven Wischnowsky
36023fdada
move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)
2000-04-28 13:20:11 +00:00
Sven Wischnowsky
37d14cab88
new _history completer (10979)
2000-04-27 14:16:15 +00:00
Sven Wischnowsky
5d4139d421
document _wanted -C; fix for call to _wanted in _urls (10965)
2000-04-27 09:24:37 +00:00
Sven Wischnowsky
ad31ce0db8
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
2000-04-27 08:21:10 +00:00
Sven Wischnowsky
ddb16a1b2b
allow to anchor on gaps between strings in matching control specs (10926)
2000-04-26 06:54:26 +00:00
Sven Wischnowsky
d49da60670
make _arguments use more than one action when appropriate; add _argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-25 09:48:08 +00:00
Sven Wischnowsky
c9bedcd989
default values for styles in _expand_word, listing expansions with ^Xd, _expand uses add-space style (10854)
2000-04-20 08:04:56 +00:00
Sven Wischnowsky
6a7c002a7c
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use variable-width strings (10816)
2000-04-19 06:49:36 +00:00
Peter Stephenson
55a9fd3d9a
10802: typo
2000-04-18 08:50:12 +00:00
Sven Wischnowsky
fe65ab1dd8
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-18 07:36:55 +00:00
Sven Wischnowsky
30a98cc4d6
scrolling in completion lists and menu-selection, version1
2000-04-17 11:17:10 +00:00
Peter Stephenson
d85d34d818
10789: <(...) and >(...) documentation
2000-04-17 10:57:48 +00:00
Sven Wischnowsky
1fb481b8c2
better completion after `=', everywhere (10780)
2000-04-17 08:22:44 +00:00
Peter Stephenson
5c53fb9500
10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD
2000-04-16 19:02:13 +00:00
Peter Stephenson
b6ba688405
Doc fix for 10756
2000-04-14 13:07:58 +00:00
Peter Stephenson
2295c59fcb
10756: fix (#s) and (#e) for parameter substitution forms
2000-04-14 11:49:31 +00:00
Peter Stephenson
cf92384eac
10738: pws: local parameters can be exported
2000-04-13 14:22:47 +00:00
Sven Wischnowsky
b692ed1b9d
remove the pids' tag, use
processes' instead (10733)
2000-04-13 11:05:15 +00:00
Oliver Kiddle
c7d8a2426f
Use _arguments for bindkey completion and fix small typo in docs
2000-04-12 15:05:34 +00:00
Sven Wischnowsky
4a3b94ca40
allow brace expansion on patterns for file-patterns and tag-order (10695)
2000-04-12 12:35:38 +00:00
Sven Wischnowsky
5ac242f449
comment out the code to allow $compstate[insert] to select the group (10690)
2000-04-12 09:12:15 +00:00
Sven Wischnowsky
b1d4a8194a
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685)
2000-04-12 08:24:15 +00:00
Sven Wischnowsky
fac3086d97
_wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-11 07:57:56 +00:00
Bart Schaefer
37012f06a7
10628: Check for GNU make using "_call version ..." as was done for GNU diff.
2000-04-10 23:40:43 +00:00
Bart Schaefer
f7a6aa096a
10606: Fix thinko in 10598.
2000-04-10 06:04:43 +00:00
Bart Schaefer
bdcd688f8d
10598: Fix typo; reformat styles documentation for readability.
2000-04-09 20:56:52 +00:00
Peter Stephenson
e376f614ca
compinstall update; 3.1.6-dev-22
2000-04-09 18:26:57 +00:00
Peter Stephenson
b4a2b47b64
stat -o shows file modes in octal
2000-04-07 20:07:10 +00:00
Peter Stephenson
d2330ba055
10547: (#s) and (#e) pattern assertions
2000-04-06 18:44:01 +00:00
Sven Wischnowsky
9cb71e2f7c
tag in file-patterns optional, use `files' as default (10542)
2000-04-06 11:36:33 +00:00
Peter Stephenson
3acc9f80ef
Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524
2000-04-05 19:28:07 +00:00
Sven Wischnowsky
80ac43783a
support automatically inserted dummy in $words
2000-04-05 12:06:30 +00:00
Sven Wischnowsky
fc426939cc
renaming some styles
2000-04-05 11:07:25 +00:00
Sven Wischnowsky
db663c824a
$PENDING special zle parameter, giving number of un-read bytes
2000-04-05 08:49:50 +00:00
Bart Schaefer
c15ef20346
Remove one of a doubled line.
2000-04-04 11:29:38 +00:00
Sven Wischnowsky
87b625f15f
make _next_tags be usable with menu-completion
2000-04-04 11:26:26 +00:00
Sven Wischnowsky
b687bd9750
Various completion fixes
2000-04-03 15:27:14 +00:00
Sven Wischnowsky
8a540b99c5
default completer style contains _ignored
2000-04-03 13:13:02 +00:00
Sven Wischnowsky
bd6aa28b26
Make style-list optional
2000-04-03 12:56:31 +00:00
Peter Stephenson
e025336f2f
Updated from list as far as 10376
2000-04-01 20:43:43 +00:00
Tanaka Akira
e2cc547411
Initial revision
2000-01-20 18:44:54 +00:00
Tanaka Akira
c785eb610a
Initial revision
1999-12-16 15:10:44 +00:00
Tanaka Akira
f78dd2bae7
Initial revision
1999-12-13 18:44:34 +00:00
Tanaka Akira
9141828e71
Initial revision
1999-12-10 14:48:04 +00:00
Tanaka Akira
7df71329cf
zsh-workers:8475
1999-11-17 14:26:44 +00:00
Tanaka Akira
65392c396b
Initial revision
1999-10-26 15:36:11 +00:00
Tanaka Akira
10c661c3e8
Initial revision
1999-10-15 09:45:45 +00:00
Tanaka Akira
c5ad2f3154
moved to manual.yo.
1999-09-29 23:18:16 +00:00