about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tail
Commit message (Collapse)AuthorAgeFilesLines
* 43897: Add/update various completion functionsdana2018-12-171-3/+6
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
* 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle2018-01-051-1/+1
|
* 42207: support g prefixes for GNU variants on systems like macOS+Homebrewdana2018-01-031-1/+1
|
* 39739: Complete negative integers for -n/-c in the GNU variant. (after 39479)Daniel Shahaf2016-10-271-1/+1
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-1/+1
| | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
* 37029: update options and new tr completionOliver Kiddle2015-10-311-5/+9
|
* 36983 + 36990: new completions for head and tailJun-ichi Takimoto2015-10-291-0/+65