Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-22 | 42364: _git: fix __git_ignore_line to ignore the current word | Daniel Hahler | 1 | -6/+1 | |
Before this patch "git branch -d master<tab>" would result in "no matches found", while "master" itself should get completed here. The "(bQ)" (added in 527badc23, via 38129?!) does not seem to be necessary anymore: with files "f\[a-z\]o" and "foo", "git add f[a-z]o <tab>" offers "f\[a-z\]o", but not "foo". | |||||
2018-02-12 | 42324: _git: handle mutually exclusive options | Daniel Hahler | 1 | -16/+17 | |
Currently `git show --stat -p` is not considered a valid completion and prevents further completions like `--no-abbrev`. It is a valid use case however to use `--stat` with `-p` (and there is a synonym `--patch-with-stat` for it even). This patch changes `__git_setup_diff_options` to only handle mutually exclusive arguments reported by Git (as a fatal error) in a special way. | |||||
2018-02-11 | 42327: _make: complete _files | Daniel Hahler | 1 | -1/+2 | |
The use case is completing files that are actual targets, generated using $(wildcard …). Q: Could this be made to only complete files if make targets and vars are empty? | |||||
2018-02-08 | unposted: _subversion: Support subcommands with hyphens in their names, such ↵ | Daniel Shahaf | 1 | -1/+1 | |
as 'shelf-list (shelves)' from upstream 1.10 development versions. | |||||
2018-02-08 | 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵ | Christian Hesse | 1 | -1/+1 | |
replace empty strings with a dot | |||||
2018-02-08 | 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSD | Matthew Martin | 1 | -20/+34 | |
2018-02-07 | 42336: force single column output when getting filenames with adb ls command | WGH | 1 | -1/+1 | |
2018-02-07 | 42343: complete --config-option to svn more than once | Oliver Kiddle | 1 | -10/+34 | |
2018-01-24 | 42323: _git: move "local" statement out of loop | Daniel Hahler | 1 | -2/+2 | |
Fixup for 99cf61fd4. | |||||
2018-01-23 | 42317: completion option updates for commands that have had recent updates | Oliver Kiddle | 10 | -152/+190 | |
2018-01-23 | 42309: A few small updates for OpenBSD | Matthew Martin | 3 | -8/+13 | |
2018-01-10 | 42242: add [DFNO]BSD to the mix in ldconfig completion | Matthew Martin | 1 | -0/+81 | |
2018-01-06 | 42231: new completion functions for simple utilities belonging to the ↵ | dana | 1 | -1/+20 | |
'Darwin' and 'Linux' groups. | |||||
2018-01-05 | 42230: update screen completion to 4.06.01 | Oliver Kiddle | 1 | -1/+3 | |
2018-01-05 | 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0 | Oliver Kiddle | 6 | -4/+9 | |
2018-01-05 | 42223: new completions for sublime text and some basic Unix utilities | dana | 4 | -0/+206 | |
2018-01-05 | 42221: update enscript completion for GNU enscript 1.6.6 | Oliver Kiddle | 1 | -68/+113 | |
2018-01-04 | 42214: use less general names on new functions for completing file flags and ↵ | dana | 3 | -3/+3 | |
modes | |||||
2018-01-04 | 42210: factor out completion of file modes and flags and handle ↵ | dana | 3 | -26/+3 | |
_comp_priv_prefix for chflags | |||||
2018-01-04 | 42209: take account of numeric options such as -4 instead of -t4 | dana | 1 | -0/+4 | |
2018-01-04 | 42209: fix option descriptions for non-GNU variants of tr | dana | 1 | -1/+1 | |
2018-01-03 | 42208: fix use of cache variables in yp completion | Oliver Kiddle | 1 | -14/+16 | |
2018-01-03 | 42207: support g prefixes for GNU variants on systems like macOS+Homebrew | dana | 15 | -15/+15 | |
2018-01-02 | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 11 | -10/+11 | |
2017-12-31 | 42183: _objdump: support LLVM variant | Jun-ichi Takimoto | 1 | -4/+74 | |
2017-12-28 | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 3 | -9/+9 | |
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'. | |||||
2017-12-27 | 42176: _tar: update long options | Jun-ichi Takimoto | 1 | -2/+8 | |
2017-12-22 | dana: various OpenSSH completion improvements | dana | 1 | -45/+53 | |
2017-12-20 | 42138: _git-revert: Complete recent commits first. | Daniel Shahaf | 1 | -1/+1 | |
2017-11-13 | 42019: update options in git completion to 2.15 | Oliver Kiddle | 1 | -64/+164 | |
also improve format completion for git tag and for-each-ref | |||||
2017-11-13 | gitlab #1: update options for sqlite 3.21.0 | Oliver Kiddle | 1 | -1/+4 | |
2017-11-03 | 41969: _sort: Clarify option description. | Daniel Shahaf | 1 | -1/+1 | |
2017-11-02 | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 1 | -8/+3 | |
2017-10-31 | 41963: update completion for gnutls 3.6.1 | Oliver Kiddle | 1 | -27/+52 | |
2017-10-29 | 41961: new ansible completion | Oliver Kiddle | 1 | -0/+281 | |
2017-10-29 | 41958: update util-linux completions to 2.31; new hexdump completion | Oliver Kiddle | 2 | -17/+60 | |
2017-10-29 | 41957: update git completion for git 2.14.3 | Oliver Kiddle | 1 | -4/+6 | |
2017-10-20 | 41943: Completion: add --clean for vim | Christian Brabandt | 1 | -0/+1 | |
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode). | |||||
2017-10-13 | 41833 + 41838: _jq: New completion. | Daniel Shahaf | 1 | -0/+34 | |
2017-10-11 | 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵ | Oliver Kiddle | 3 | -5/+12 | |
completion | |||||
2017-10-11 | 41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵ | Oliver Kiddle | 1 | -66/+205 | |
and for ping6 | |||||
2017-10-11 | 41853: update options for texinfo 6.5 and complete also for the pinfo info ↵ | Oliver Kiddle | 1 | -5/+30 | |
reader | |||||
2017-10-11 | 41849: handle both unexpand and expand in a single function | Oliver Kiddle | 2 | -31/+22 | |
They have some commonalities and using _unexpand dodges around the clash with the _expand completer. | |||||
2017-10-11 | 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵ | Oliver Kiddle | 2 | -2/+2 | |
a better choice than -P | |||||
2017-10-10 | unposted: rename _expand command completion to avoid clash with completer | Peter Stephenson | 1 | -0/+0 | |
2017-10-07 | 41823: new completions for some GNU coreutils utilities | Oliver Kiddle | 9 | -13/+236 | |
2017-10-04 | 41808: _git-cherry-pick: Typo fixes | Noah Pendleton | 1 | -2/+2 | |
2017-09-22 | update mtr completion through mtr 0.92 | Oliver Kiddle | 1 | -20/+58 | |
2017-09-22 | 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵ | Oliver Kiddle | 1 | -25/+23 | |
mode tables | |||||
2017-09-18 | 41729: update options for gnutls completion plus cleanup and rearrange the ↵ | Oliver Kiddle | 1 | -115/+170 | |
function |