about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
...
* 40114: complete :/ with other parameter operatorsOliver Kiddle2016-12-081-0/+1
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-292-2/+2
| | | | Mostly fixes to doubled words.
* unposted: Complete the $foo[(f)] flag.Daniel Shahaf2016-11-291-0/+1
|
* 40013: process zsh-specific time format extensions correctlyJun-ichi Takimoto2016-11-261-1/+1
|
* 39917: Complete setsid(1) as a precommandDaniel Shahaf2016-11-171-1/+1
|
* 39834: when print used with -v and -l, include a final newlineOliver Kiddle2016-11-053-20/+23
| | | | | Also complete print -S option and make further use of the new printf to an array feature in other completion functions.
* 39389: when printf -v is used with an array use separate elements each time ↵Oliver Kiddle2016-11-052-8/+12
| | | | the format is reused
* 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf2016-10-181-9/+80
|
* 39657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf2016-10-181-1/+1
| | | | | | complete all known styles. Previously, vcs_info styles weren't completed.
* 39657: Make a helper function global.Daniel Shahaf2016-10-182-16/+14
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-075-3/+9
| | | | | | | | -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/
* 39423: _zed: Support the '--' end-of-options mark.Daniel Shahaf2016-09-241-3/+5
| | | | This matters for fned'ing vcs_info hooks.
* 39370: complete -w and -K options to zle following the widget name and ↵Oliver Kiddle2016-09-212-1/+3
| | | | numeric base to integer
* 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle2016-09-161-0/+3
| | | | are set
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-2/+3
|
* 38957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle2016-07-281-2/+5
| | | | completion of word-style styles for zstyle
* 38956: factor out zle widget completion into its own functionOliver Kiddle2016-07-285-14/+19
|
* 38890: _add-zle-hook-widget: New completion.Daniel Shahaf2016-07-222-3/+38
|
* _print: add -vMikael Magnusson2016-07-181-0/+2
|
* 38812: a few new completions and update some command optionsOliver Kiddle2016-07-081-0/+2
|
* 38735: support verbose style to allow clearer but less compact descriptions ↵Oliver Kiddle2016-06-221-4/+20
| | | | for time specifiers
* 38736: various RPN mode enhancements for zcalcPeter Stephenson2016-06-212-2/+2
|
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-181-1/+1
|
* 38515: _subsript twwaksMatthew Martin2016-05-221-3/+2
| | | | Need -- after print; also optimise array add
* 38402: Complete 'eatmydata'.Daniel Shahaf2016-05-041-1/+1
|
* unposted: _compadd: Fix typo.Daniel Shahaf2016-05-011-1/+1
|
* 38219: remove redundant left square bracketHan Pingtian2016-04-141-1/+1
|
* 37788: _subscript - fix completion of associative array keysEric Cook2016-01-261-2/+2
|
* unposted: Remove uneeded executability bits.Daniel Shahaf2015-12-031-0/+0
|
* unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2015-09-283-5/+5
|
* 36571: Completion for zsocket and updated losetup's completionEric Cook2015-09-231-0/+14
|
* 36177: _setopt: complete printexitvalue both waysMikael Magnusson2015-08-171-2/+3
|
* 36146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle2015-08-142-4/+2
| | | | preferences
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
|
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-121-0/+12
|
* 35970: completion: fix typos in _git and _brace_parameterDaniel Hahler2015-08-021-1/+1
|
* 35753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2015-07-231-10/+9
| | | | backslash quoting
* users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2015-07-221-3/+3
| | | | | Also move some more recent code so an old comment is connected to the correct bit of older code
* unposted: _ps1234: Fix ternary test char completionMikael Magnusson2015-07-151-3/+3
|
* 35756: use the actual colours in the completion list for terminal coloursOliver Kiddle2015-07-141-16/+30
|
* 35748: fixes to prompt spec completion where it contains date formatsOliver Kiddle2015-07-092-6/+168
|
* 35729: new compadd completionOliver Kiddle2015-07-081-0/+52
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-5/+6
|
* 35673: Improve _zargsMikael Magnusson2015-07-031-20/+44
|
* 35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle2015-06-231-31/+35
|
* 35527: use list-separator style in cases where separator was hardcodedOliver Kiddle2015-06-192-13/+13
|
* 35521: sort matches numerically and use pfiles on SolarisOliver Kiddle2015-06-181-13/+24
|
* 35490: silence errors and avoid blank match due to missing localEric Cook2015-06-181-8/+21
|
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-14/+15
|
* 35139: complete the new (b) parameter flagOliver Kiddle2015-05-151-0/+1
|