Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github #68: support section suffix completion for man pages | taiyu | 2021-02-13 | 1 | -8/+14 |
| | | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | ||||
* | 45226: _man: Improve completion of file paths | dana | 2020-01-05 | 1 | -1/+8 |
| | |||||
* | unposted: Fix --ascii typo in _man | dana | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | 43024: Improve _man section-name matching | dana | 2018-06-15 | 1 | -6/+37 |
| | |||||
* | 42983: Address misc. feedback re: _man | dana | 2018-06-11 | 1 | -8/+14 |
| | |||||
* | 42977: Complete options to major man variants, otherwise improve especially ↵ | dana | 2018-06-10 | 1 | -45/+306 |
| | | | | section matching | ||||
* | 40264: _man: Complete all sections after '-a'. | Daniel Shahaf | 2017-01-05 | 1 | -1/+5 |
| | | | | Followup to 37634. | ||||
* | 39194: _man (Solaris): Ignore man-index. Support multiple sections in the -s ↵ | Danek Duvall | 2016-09-07 | 1 | -0/+3 |
| | | | | flag's argument. | ||||
* | 38996: _man: Support _correct_word. | Daniel Shahaf | 2016-08-05 | 1 | -11/+2 |
| | | | | | | | | | | | | | | | | | | | | | Since compfiles is undocumented, avoid its use altogether, replacing it by a construct that blackbox analysis suggests to be equivalent. The compfiles call being removed effected the following change (when completing «man -S 8:1 getc<TAB>»): BEFORE THE CALL: typeset -a pages=( /home/daniel/prefix/zsh/share/man/man1/ /usr/share/man/man8/ /usr/share/man/man1/ ) AFTER THE CALL: typeset -a pages=( '/home/daniel/prefix/zsh/share/man/man1/getc*(8|1)*' '/usr/share/man/man8/getc*(8|1)*' '/usr/share/man/man1/getc*(8|1)*' ) This patch effects the same transformation (modulo doubling the final slash). Any -M parameter will be passed to compadd. | ||||
* | 38994: _man: Fix two bugs when completing manpage filenames in ↵ | Daniel Shahaf | 2016-08-05 | 1 | -3/+14 |
| | | | | | | | | | separate-sections mode. - No longer glob all files (the (-g)-less _path_files was virtually always called, by at least one of the multiple calls to _man_pages). - Actually separate sections (by propagating $expl). | ||||
* | 38993: _man: Drop (b): it's incorrect when $sect contains '|'. | Daniel Shahaf | 2016-08-05 | 1 | -2/+5 |
| | |||||
* | 38981: _man: Followup to 37634: unbreak OpenBSD 'man 3p' and Linux $MANSECT. | Daniel Shahaf | 2016-08-01 | 1 | -5/+11 |
| | | | | The breakage was reported in 38516. | ||||
* | 37634: _man: Support subsection names such as '3p'. | Daniel Shahaf | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | 37634: _man: Disentangle a local variable that had two distinct semantics. ↵ | Daniel Shahaf | 2016-01-18 | 1 | -8/+11 |
| | | | | No functional change | ||||
* | users/18860: man -M overrides manpath | Peter Stephenson | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | 28468: allow man page completion for files when / is present | Peter Stephenson | 2010-12-03 | 1 | -2/+14 |
| | |||||
* | not quite posted, exactly: improvement to previous _man change | Peter Stephenson | 2010-10-21 | 1 | -2/+3 |
| | |||||
* | Silas Silva: completion support for man -M | Peter Stephenson | 2010-10-21 | 1 | -0/+10 |
| | |||||
* | unposted: support lzma compression of man pages used in Mandriva | Andrey Borzenkov | 2009-06-28 | 1 | -2/+2 |
| | |||||
* | Alexey I. Froloff: 26830: stripping of manual page suffixes in completion | Peter Stephenson | 2009-04-16 | 1 | -2/+2 |
| | |||||
* | users/10282: complete associated sections with man page names. | Clint Adams | 2006-06-09 | 1 | -4/+15 |
| | |||||
* | 22237: location of man pages on NetBSD | Peter Stephenson | 2006-02-12 | 1 | -1/+1 |
| | |||||
* | 21565: better handle uncompresed manpages with .[0-9] in their names. | Clint Adams | 2005-08-15 | 1 | -2/+2 |
| | |||||
* | 17266: check `manpath` even when $MANPATH is set. | Clint Adams | 2002-05-31 | 1 | -8/+12 |
| | |||||
* | allow manual pages to be shown separated by section with new ↵ | Sven Wischnowsky | 2002-01-10 | 1 | -2/+22 |
| | | | | separate-sections style (16426) | ||||
* | Better handling of manual section numbers. | Bart Schaefer | 2001-08-21 | 1 | -3/+14 |
| | |||||
* | remove not only numeric suffixes, but also `.n' and the like (15352) | Sven Wischnowsky | 2001-07-10 | 1 | -3/+2 |
| | |||||
* | improve pattern matching to make match specs work for manual page completion ↵ | Sven Wischnowsky | 2001-06-21 | 1 | -45/+60 |
| | | | | (15029) | ||||
* | moved from Completion/User/_man | Sven Wischnowsky | 2001-04-02 | 1 | -0/+47 |