summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2015-07-2635901: complete full names as removing later components was broken for ↵Oliver Kiddle1-2/+2
aliases and unwanted in any case
2015-07-26faster method of generating list of python modulesAntony Lee1-4/+2
2015-07-2435879: fix for subcommands that don't have a second subcommandEric Cook1-133/+132
2015-07-2335753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle1-10/+9
backslash quoting
2015-07-2335867: new patchutils (interdiff etc) completionOliver Kiddle1-0/+106
2015-07-2335866: complete also for pigz and allow for NetBSD gzipOliver Kiddle2-28/+37
2015-07-22users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer1-3/+3
Also move some more recent code so an old comment is connected to the correct bit of older code
2015-07-15unposted: _ps1234: Fix ternary test char completionMikael Magnusson1-3/+3
2015-07-1435789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle1-1/+19
_path_files so it is called once and not for each file pattern
2015-07-1435756: use the actual colours in the completion list for terminal coloursOliver Kiddle1-16/+30
2015-07-1435774: fix double formatting of date explanation messageOliver Kiddle1-4/+7
2015-07-1335779: completion: _git-config: remove extraneous "local expl"Daniel Hahler1-1/+0
It is defined at the beginning of the function already, and results in the output of `expl=''` when completing after `git config branch.local.pushremote ` etc.
2015-07-0935748: fixes to prompt spec completion where it contains date formatsOliver Kiddle3-140/+168
2015-07-0935749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiersOliver Kiddle1-2/+2
2015-07-0835729: new compadd completionOliver Kiddle1-0/+52
2015-07-0835727: support OpenBSD for diff optionsMatthew Martin1-11/+41
2015-07-0735700: complete OS specific date format specifiers and put % in a prefixOliver Kiddle1-71/+97
2015-07-0735718: new calendar style date completionOliver Kiddle3-10/+145
2015-07-0635697: _ps1234, _date_formats: Complete strftime formats for %D{}Mikael Magnusson2-3/+91
2015-07-0635696: _ps1234: complete colors for %F{ and %K{Mikael Magnusson1-6/+23
2015-07-0335673: Improve _zargsMikael Magnusson1-20/+44
2015-07-0235663: zpool completion fix needed after completion changePeter Stephenson1-1/+1
2015-06-27Don't require MULTI_FUNCDEF in _main_complete.Peter Stephenson1-1/+6
Although it gets set there, _main_complete is parsed to the end first.
2015-06-2335573: turn off POSIX_BUILTINS in completion.Peter Stephenson1-0/+1
This is now needed to get suitable OPTIND behaviour.
2015-06-2335568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle1-31/+35
2015-06-2335529: fix filename completion after java -jarOliver Kiddle1-18/+48
2015-06-1935531: fallback on file completionOliver Kiddle1-11/+15
2015-06-1935527: use list-separator style in cases where separator was hardcodedOliver Kiddle3-15/+16
2015-06-1935528: allow for IPREFIXOliver Kiddle1-1/+1
2015-06-1835510: use consistent formatting for git subcommandsOliver Kiddle1-83/+33
2015-06-1835504: complete % placeholders for git log --formatOliver Kiddle1-10/+90
2015-06-1835521: sort matches numerically and use pfiles on SolarisOliver Kiddle1-13/+24
2015-06-1835490: silence errors and avoid blank match due to missing localEric Cook1-8/+21
2015-06-17_gdb: Allow 'core' to occur anywhere in a coredump filenameMikael Magnusson1-1/+1
2015-06-1435467: complete files for non-GNU duBarton E. Schaefer1-1/+1
2015-06-0835216: _git-checkout: do not call __git_commits twiceDaniel Hahler1-3/+1
This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now.
2015-06-0635163: move "show-ambiguity" style to _setup so that more precise context ↵Barton E. Schaefer2-7/+13
can be applied
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-14/+15
2015-06-02users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson1-0/+1
2015-06-0235270: _describe: Document a known issue described in 35229Daniel Shahaf1-0/+7
(which is the same thread as 35127 and 34768)
2015-06-0235271: New completion: beep.Daniel Shahaf1-0/+50
The new completion is mostly boilerplate except for the handling of $words/$CURRENT to support specifying the arguments multiple times separated by -n.
2015-06-0235356: factor out completion of tty devicesOliver Kiddle5-14/+28
2015-06-02Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle1-0/+278
2015-05-3035310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle1-2/+9
Also add file name reference to ChangeLog entry from rev 899613f.
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler1-2/+2
Especially during a git rebase, you would use `git commit -m foo --amend`.
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle2-49/+50
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler1-1/+1
2015-05-2735286: fix zstyle lookups with _baz and _tlaDaniel Hahler2-4/+4
Add trailing colons to context being used with `zstyle -s`.
2015-05-26c.f. 35268: revert completion cache optimisation for nowPeter Stephenson1-9/+2
2015-05-2635292: yum install complets local filesEric Cook1-4/+18