summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2015-05-2235261: completion: git: __git_recent_commits: local retDaniel Hahler1-1/+1
Without this, `ret` will be set to 1 with `git diff --ex<tab>` and result in duplicate entries: % git diff --ex<tab> -- option -- --exit-code -- report exit code 1 if differences, 0 otherwise --exit-code -- report exit code 1 if differences, 0 otherwise --ext-diff -- allow external diff helper to be executed --ext-diff -- allow external diff helper to be executed --no-ext-diff -- disallow external diff helper to be executed -- recent commit object name --
2015-05-2035232: matching parenthesesİsmail Dönmez1-1/+1
2015-05-1935224: completion: git: Add fast-export --signed-tags=warn-stripDaniel Shahaf1-1/+2
2015-05-1935217: add missing changelog entry; use "-O expl" with _alternativeDaniel Hahler1-1/+1
2015-05-1935217: completion: git: send-email: complete (recent) commitsDaniel Hahler1-1/+3
This adds `__git_commit_objects_prefer_recent` as alternative for git-send-email's completion.
2015-05-19__git_commit_objects: do not use _guard, but only a patternDaniel Hahler1-1/+1
With using `_guard` there like it's been done, the completion could not be selected, probably because of the call to `_message` therein. This changes it to use only the logic/check from `_guard` that we want here.
2015-05-19Completion/Unix/Command/_git: remove -2 with __git_recent_commitsDaniel Hahler1-1/+1
Remove "-2" for _describe in __git_recent_commits. This fixes the duplicate entries issue, because __git_recent_commits gets called twice for _git-checkout (for __git_revisions and __git_tree_ishs): 1. __git_commit_objects_prefer_recent _alternative __git_commits __git_revisions _alternative _git-checkout 2. __git_commit_objects_prefer_recent _alternative __git_commits __git_tree_ishs _alternative _git-checkout
2015-05-1935204: fix broken __git_recent_commits from previous commitDaniel Hahler1-1/+1
This fixes 1e7bb4a: newlines need to be kept (from the "%d" part).