about summary refs log tree commit diff
path: root/Completion/Unix/Command/_man
Commit message (Expand)AuthorAgeFilesLines
* github #68: support section suffix completion for man pagestaiyu2021-02-131-8/+14
* 45226: _man: Improve completion of file pathsdana2020-01-051-1/+8
* unposted: Fix --ascii typo in _mandana2018-08-231-1/+1
* 43024: Improve _man section-name matchingdana2018-06-151-6/+37
* 42983: Address misc. feedback re: _mandana2018-06-111-8/+14
* 42977: Complete options to major man variants, otherwise improve especially s...dana2018-06-101-45/+306
* 40264: _man: Complete all sections after '-a'.Daniel Shahaf2017-01-051-1/+5
* 39194: _man (Solaris): Ignore man-index. Support multiple sections in the -s ...Danek Duvall2016-09-071-0/+3
* 38996: _man: Support _correct_word.Daniel Shahaf2016-08-051-11/+2
* 38994: _man: Fix two bugs when completing manpage filenames in separate-secti...Daniel Shahaf2016-08-051-3/+14
* 38993: _man: Drop (b): it's incorrect when $sect contains '|'.Daniel Shahaf2016-08-051-2/+5
* 38981: _man: Followup to 37634: unbreak OpenBSD 'man 3p' and Linux $MANSECT.Daniel Shahaf2016-08-011-5/+11
* 37634: _man: Support subsection names such as '3p'.Daniel Shahaf2016-01-181-2/+2
* 37634: _man: Disentangle a local variable that had two distinct semantics. No...Daniel Shahaf2016-01-181-8/+11
* users/18860: man -M overrides manpathPeter Stephenson2014-05-291-1/+1
* 28468: allow man page completion for files when / is presentPeter Stephenson2010-12-031-2/+14
* not quite posted, exactly: improvement to previous _man changePeter Stephenson2010-10-211-2/+3
* Silas Silva: completion support for man -MPeter Stephenson2010-10-211-0/+10
* unposted: support lzma compression of man pages used in MandrivaAndrey Borzenkov2009-06-281-2/+2
* Alexey I. Froloff: 26830: stripping of manual page suffixes in completionPeter Stephenson2009-04-161-2/+2
* users/10282: complete associated sections with man page names.Clint Adams2006-06-091-4/+15
* 22237: location of man pages on NetBSDPeter Stephenson2006-02-121-1/+1
* 21565: better handle uncompresed manpages with .[0-9] in their names.Clint Adams2005-08-151-2/+2
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-8/+12
* allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky2002-01-101-2/+22
* Better handling of manual section numbers.Bart Schaefer2001-08-211-3/+14
* remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky2001-07-101-3/+2
* improve pattern matching to make match specs work for manual page completion ...Sven Wischnowsky2001-06-211-45/+60
* moved from Completion/User/_manSven Wischnowsky2001-04-021-0/+47