summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17unposted: "autooad ~..." also completes filePeter Stephenson1-1/+1
2017-01-1140332: completion for new autoload featuresPeter Stephenson1-8/+16
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
Mostly fixes to doubled words.
2016-11-2640013: process zsh-specific time format extensions correctlyJun-ichi Takimoto1-1/+1
2016-11-1739917: Complete setsid(1) as a precommandDaniel Shahaf1-1/+1
2016-11-0539834: when print used with -v and -l, include a final newlineOliver Kiddle2-18/+20
Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
2016-11-0539389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle1-6/+11
the format is reused
2016-10-1839657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf1-9/+80
2016-10-1839657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf1-1/+1
complete all known styles. Previously, vcs_info styles weren't completed.
2016-10-1839657: Make a helper function global.Daniel Shahaf1-16/+0
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-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/
2016-09-2439423: _zed: Support the '--' end-of-options mark.Daniel Shahaf1-3/+5
This matters for fned'ing vcs_info hooks.
2016-09-2139370: complete -w and -K options to zle following the widget name and ↵Oliver Kiddle2-1/+3
numeric base to integer
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-2/+5
completion of word-style styles for zstyle
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle3-11/+8
2016-07-18_print: add -vMikael Magnusson1-0/+2
2016-07-0838812: a few new completions and update some command optionsOliver Kiddle1-0/+2
2016-05-0438402: Complete 'eatmydata'.Daniel Shahaf1-1/+1
2016-05-01unposted: _compadd: Fix typo.Daniel Shahaf1-1/+1
2015-12-03unposted: Remove uneeded executability bits.Daniel Shahaf1-0/+0
2015-09-2336571: Completion for zsocket and updated losetup's completionEric Cook1-0/+14
2015-08-1736177: _setopt: complete printexitvalue both waysMikael Magnusson1-2/+3
2015-08-1436146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle1-1/+1
preferences
2015-08-1236119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson1-0/+12
2015-07-0935748: fixes to prompt spec completion where it contains date formatsOliver Kiddle1-6/+11
2015-07-0835729: new compadd completionOliver Kiddle1-0/+52
2015-06-1935527: use list-separator style in cases where separator was hardcodedOliver Kiddle2-13/+13
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-14/+15
2015-04-2434940: _fc: fix typo breaking completion for historyOliver Kiddle1-1/+1
2015-04-21Revert "34926: _fc: Remove a spurious 2"Mikael Magnusson1-1/+1
This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722.
2015-04-1934926: _fc: Remove a spurious 2Mikael Magnusson1-1/+1
2015-04-13users/20159: completion: zstyle: Add 'show-ambiguity'Daniel Shahaf1-0/+1
2015-03-15Fix ~ and (Q) order in _zattrMikael Magnusson1-1/+1
2015-01-3034435: Update emulate completion.Peter Stephenson1-2/+4
Add new feature to run command in emulation. Factor out handling of quoted command string to new function.
2015-01-2534373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle7-40/+87
parameter and globbing flags
2015-01-25_zstyle vcs_info completion: Add missing stylesDaniel Shahaf1-0/+42
2015-01-25_zstyle vcs_info: Unbreak branchformat completionDaniel Shahaf1-1/+1
The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar%<TAB> _values:compvalues:10: no multi-letter values with empty separator allowed
2014-12-2133977: don't complete widgets as first argument to bindkeyDaniel Shahaf1-0/+1
2014-10-2133485: fixes for zstyle context handlingOliver Kiddle2-16/+9
2014-10-1033420: complete -R/-m options and fix feature completionOliver Kiddle1-18/+24
2014-10-0233323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle1-4/+11
2014-09-0633061: More useful setopt / unsetopt completionMikael Magnusson2-18/+14
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-49/+0
2014-08-1332925: complete process groups, partly as a way to suppress insertion of ↵Oliver Kiddle1-1/+5
ambiguous PID prefix
2014-04-0532528: vcs_info: Add check-for-staged-changesDaniel Shahaf1-0/+2
2014-01-19users/18335: avoid passing to "functions" those typeset options that it does ↵Barton E. Schaefer1-2/+2
not accept
2013-12-3032205: skip cdpath search when prefix begins with "../"Barton E. Schaefer1-1/+1
2013-12-2832190: quote _path_files -W path when completing relative to ../Barton E. Schaefer1-1/+1
2013-11-2332031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson1-1/+1
2013-11-1832008: complete "." and ":" for run-help, clean Doc/help in makeMartin Vaeth2-1/+2