summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-2/+1
2000-05-22remove -h option from zstyle (11490)Sven Wischnowsky1-6/+5
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky1-49/+44
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22Missing () in a tt().Bart Schaefer1-1/+1
2000-05-2211483: Fix formatting and other small errors.Bart Schaefer1-17/+22
2000-05-2111478; 3.1.7-pre-4Peter Stephenson8-202/+209
2000-05-2011477: Alphabetize itemized lists.Bart Schaefer1-602/+604
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-0/+22
zsh-users/3071: compdump tweak to avoid // in path
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky1-0/+6
2000-05-18small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky1-1/+1
2000-05-1711448: doc changesPeter Stephenson2-352/+359
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky1-6/+10
2000-05-1711431: Chop up zstyle doc into an itemize list.Bart Schaefer1-39/+51
2000-05-16Fix typos and remove RCS Id strings.Bart Schaefer1-0/+25
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky1-1/+5
`-command-line-', handy for completion in vared (11408)
2000-05-1611402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansionPeter Stephenson1-2/+4
2000-05-1511387: OCTAL_ZEROES optionClint Adams1-0/+6
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky1-1/+2
`false' there
2000-05-1511362: fix up pointersPeter Stephenson3-1/+3
2000-05-15Add -L option to the hash builtinOliver Kiddle1-1/+4
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson11-395/+636
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky1-0/+14
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2-1/+9
values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-11Spelling corrections in the docs (11315)Oliver Kiddle15-64/+239
2000-05-1011310: use zmanref. (fix for 11309)Tanaka Akira1-1/+1
2000-05-1011309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira1-1/+1
2000-05-10more fixes for _arguments and its docs (11298)Sven Wischnowsky1-2/+4
2000-05-1011297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer2-13/+20
2000-05-10misc. _arguments fixesSven Wischnowsky1-3/+4
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2-1/+17
cursor; add insert-tab style (11274)
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky1-1/+10
argument has to come after the `=' (11270)
2000-05-08minor doc fixes (11268)Oliver Kiddle2-5/+5
2000-05-0811264: Missed bit of doc for 10771.Bart Schaefer1-4/+13
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson1-0/+6
2000-05-0811252: no colon at the end of zftp function contextsPeter Stephenson1-2/+2
2000-05-0811194, 11200, 11214Peter Stephenson1-1/+9
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky1-0/+11
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky1-4/+38
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-3/+4
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
2000-05-05Small doc fix and AIX dependency fixOliver Kiddle1-1/+1
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-3/+6
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky1-0/+12
control over this (11140)
2000-05-0411136: Reorganize history expansion doc.Bart Schaefer1-85/+108
2000-05-0311126: typosPeter Stephenson1-2/+2
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky1-2/+3
(11121)
2000-05-03fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky1-1/+6
quote); mention in manual that (z) is handled lately (11117)
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky1-0/+4
2000-05-03more doc fixes (11094)Sven Wischnowsky1-5/+7
2000-05-02two more doc fixes (11060)Sven Wischnowsky1-4/+3
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky1-2/+7