summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2015-10-1136841: factor out and update the patterns that filter "uninteresting" ↵Barton E. Schaefer1-3/+6
functions out of the $funcstack display
2015-10-0236732: _zsh now complets script args; also support -s, -bJun-ichi Takimoto1-1/+16
2015-10-0136722: allow git range to complete after ^.Peter Stephenson1-1/+8
Take account of backslash quoting.
2015-09-3036697: handle options of _arguments correctlyJun-ichi Takimoto1-22/+23
2015-09-28unposted: Fix broken case condition and "qualifer" typoMikael Magnusson3-5/+5
2015-09-2736653: OpenBSD's usermod has no -a flagMatthew Martin1-1/+1
2015-09-2836631: separate _zsh from _shJun-ichi Takimoto2-16/+9
Do all the completion for zsh by _arguments
2015-09-26unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy ↵Daniel Shahaf1-126/+126
Xarg Yarg' syntax This simply removes the '-w' argument to _arguments and changes {-x+,--foo} to {-x+,--foo=} throughout the file.
2015-09-2536626: _hg: completion for 'hg bookmarks'Christoph Mathys1-0/+10
2015-09-24unposted: _hg: Declare $expl as an arrayDaniel Shahaf1-3/+3
2015-09-2436613: _hg: extend completion for hg push to support branch and bookmarkChristoph Mathys1-0/+11
2015-09-2336571: Completion for zsocket and updated losetup's completionEric Cook2-11/+39
2015-09-2136576: _tmux: Fix tmux homepage URIFrank Terbeck1-1/+1
2015-09-2136575: _tmux: ‘lock-server’ option is gone in tmux.gitFrank Terbeck1-2/+0
2015-09-2136556: complete two or more options for zshJun-ichi Takimoto1-1/+1
2015-09-2136574: new completion for the lldb debbugerJun-ichi Takimoto1-0/+55
2015-09-1336523: Completion/…/_gphoto2: Replace --delete-files with --delete-fileAxel Beckert1-1/+1
2015-09-0736441: _git: Fixed typo in --author-date-order descriptionJames Clarke1-1/+1
2015-09-0136353: _git: Unbreak after previous.Daniel Shahaf1-1/+1
2015-08-3036328 + 36340: _git-cherry-pick: Complete other branches onlyMateusz Karbowy1-14/+52
2015-08-2936321: _debcheckout: New completion.Daniel Shahaf1-0/+21
2015-08-2836306: _subversion: Complete --show-item valuesDaniel Shahaf1-0/+18
2015-08-27unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf1-1/+1
2015-08-2736304: _git-cat-file: Fix regression in 36237Daniel Shahaf1-0/+1
This broke 'git cat-file blob origin:Etc/<TAB>'.
2015-08-2436277: _git: Updated for git-clone 2.4.5.Daniel Shahaf1-2/+5
2015-08-2036243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto1-1/+1
2015-08-1936247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf1-1/+5
2015-08-1936237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf1-2/+13
2015-08-1936236: _git-log: Complete multiple revspecsDaniel Shahaf1-0/+5
e.g., git log origin/master origin/foo origin/bar
2015-08-1936236: _git-log: complete 'git rm'd filesDaniel Shahaf1-3/+3
2015-08-1936148: _git-log: Complete flags after positional argumentOliver Kiddle1-25/+23
2015-08-1936208: _subversion: Complete a few more option switchesDaniel Shahaf1-0/+18
The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.)
2015-08-17unposted: _sshfs: Fix completion of options with valuesDaniel Shahaf1-10/+10
The "=" to the left of the ":" was interpreted as a literal part of the option name, resulting in double equal signs.
2015-08-1736158: _sshfs: Fix completion of and after -oDaniel Shahaf1-3/+28
The "action" part of the -o spec didn't escape colons.
2015-08-1736172: _imagemagick: Use $formats a bit more correctlyMikael Magnusson1-4/+5
2015-08-17unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer1-1/+1
2015-08-1736165: simplify file-patterns default to a single patternOliver Kiddle1-42/+6
2015-08-1736183: _ssh: update to 7.0Mikael Magnusson1-4/+15
2015-08-1736177: _setopt: complete printexitvalue both waysMikael Magnusson1-2/+3
2015-08-1536091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson1-1/+7
2015-08-15Revert 36118Mikael Magnusson1-1/+1
This works already except if list-dirs-first is set, and that is being fixed separately.
2015-08-1436146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle2-4/+2
preferences
2015-08-14unposted: fix minor typosDaniel Hahler1-1/+1
2015-08-13unposted: _subversion: Complete property names for propdelDaniel Shahaf1-1/+1
Previously, filenames would be completed.
2015-08-1336113: ip(8) may add suffixes which is not good for completion matchesEric Cook1-13/+6
2015-08-13Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann1-2/+2
__git_is_committish_range
2015-08-1236127: assorted minor completion function changesOliver Kiddle11-14/+17
2015-08-1236119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson1-0/+12
2015-08-1236120: _sort: Fix syntax errorMikael Magnusson1-1/+1
2015-08-1236118: _imagemagick: complete all files if image files didn't matchMikael Magnusson1-1/+1