about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 11478; 3.1.7-pre-4 zsh-3.1.7-pre-4Peter Stephenson2000-05-218-202/+209
|
* 11477: Alphabetize itemized lists.Bart Schaefer2000-05-201-602/+604
|
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-0/+22
| | | | zsh-users/3071: compdump tweak to avoid // in path
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-0/+6
|
* small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky2000-05-181-1/+1
|
* 11448: doc changesPeter Stephenson2000-05-172-352/+359
|
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-6/+10
|
* 11431: Chop up zstyle doc into an itemize list.Bart Schaefer2000-05-171-39/+51
|
* Fix typos and remove RCS Id strings.Bart Schaefer2000-05-161-0/+25
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-161-1/+5
| | | | `-command-line-', handy for completion in vared (11408)
* 11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansionPeter Stephenson2000-05-161-2/+4
|
* 11387: OCTAL_ZEROES optionClint Adams2000-05-151-0/+6
|
* add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2000-05-151-1/+2
| | | | `false' there
* 11362: fix up pointersPeter Stephenson2000-05-153-1/+3
|
* Add -L option to the hash builtinOliver Kiddle2000-05-151-1/+4
|
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-1411-395/+636
|
* allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2000-05-111-0/+14
| | | | _argument_sets and the C-code for it (11320)
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-112-1/+9
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* Spelling corrections in the docs (11315)Oliver Kiddle2000-05-1115-64/+239
|
* 11310: use zmanref. (fix for 11309)Tanaka Akira2000-05-101-1/+1
|
* 11309: Doc/Zsh/expn.yo: fix missing section.Tanaka Akira2000-05-101-1/+1
|
* more fixes for _arguments and its docs (11298)Sven Wischnowsky2000-05-101-2/+4
|
* 11297: Document that ZLE closes standard input of user-defined widget funcs.Bart Schaefer2000-05-102-13/+20
|
* misc. _arguments fixesSven Wischnowsky2000-05-101-3/+4
|
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-092-1/+17
| | | | cursor; add insert-tab style (11274)
* new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky2000-05-091-1/+10
| | | | argument has to come after the `=' (11270)
* minor doc fixes (11268)Oliver Kiddle2000-05-082-5/+5
|
* 11264: Missed bit of doc for 10771.Bart Schaefer2000-05-081-4/+13
|
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-081-0/+6
|
* 11252: no colon at the end of zftp function contextsPeter Stephenson2000-05-081-2/+2
|
* 11194, 11200, 11214Peter Stephenson2000-05-081-1/+9
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-081-0/+11
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-4/+38
|
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-061-3/+4
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
* Small doc fix and AIX dependency fixOliver Kiddle2000-05-051-1/+1
|
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-041-3/+6
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-0/+12
| | | | control over this (11140)
* 11136: Reorganize history expansion doc.Bart Schaefer2000-05-041-85/+108
|
* 11126: typosPeter Stephenson2000-05-031-2/+2
|
* allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky2000-05-031-2/+3
| | | | (11121)
* fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky2000-05-031-1/+6
| | | | quote); mention in manual that (z) is handled lately (11117)
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-0/+4
|
* more doc fixes (11094)Sven Wischnowsky2000-05-031-5/+7
|
* two more doc fixes (11060)Sven Wischnowsky2000-05-021-4/+3
|
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-2/+7
|
* completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky2000-05-022-224/+207
|
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-301-1/+8
|
* 11019: fix bug in _description exampleAdam Spiers2000-04-291-1/+1
|
* 11012: Rearrange menus to match section rearragement in 11008.Bart Schaefer2000-04-282-10/+13
|
* move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)Sven Wischnowsky2000-04-287-7/+21
|