summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-0241866: No error unsetting nonexistent function for POSIXBUILTINSMartijn Dekker3-1/+11
2017-10-3141965: complete new functions -W and zmodload -s optionsOliver Kiddle3-1/+7
2017-10-3141963: update completion for gnutls 3.6.1Oliver Kiddle2-27/+56
2017-10-3041939: docs: Move aliases corner case to the dangerous bends section. (after ↵Daniel Shahaf2-3/+9
41482)
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski3-2/+7
2017-10-2941961: new ansible completionOliver Kiddle2-0/+283
2017-10-2941958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle6-19/+81
2017-10-2941957: update git completion for git 2.14.3Oliver Kiddle2-4/+8
2017-10-2841927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle2-1/+6
2017-10-2541952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov2-2/+7
Fixes prompt indicator in case if the repository requires a non-default feature. With HGRCPATH, it results in: abort: repository requires features unknown to this Mercurial: ... (see https://mercurial-scm.org/wiki/MissingRequirement for more information) Which, in turn, results in "default" getting reported regardless of what is the current state of the repo.
2017-10-2041943: Completion: add --clean for vimChristian Brabandt2-0/+6
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
2017-10-1741902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ↵Barton E. Schaefer3-4/+41
is set Tests for 41902 and 41873
2017-10-17unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf2-2/+7
2017-10-1641907: further deborphan updateGautam2-31/+34
2017-10-1641904: new deborphan and updated xrandr completionsGautam3-2/+52
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of ↵Barton E. Schaefer2-5/+10
buffer for emacs startup
2017-10-1341873: temporarily disable effects of ${(Z:n:)...} for parsing $(...) within ↵Barton E. Schaefer2-2/+11
the parameter value Also fix minor typo in commit b3fa5c52 ChangeLog.
2017-10-1341833 + 41838: _jq: New completion.Daniel Shahaf2-0/+38
2017-10-1341877: Separate out SH_FILE_EXPANSION loop from parameter substitution.Peter Stephenson3-16/+41
Parameter substitution can add nodes that need to be rescanned by it, but not by file expansion, so the two don't play well together.
2017-10-1141825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf2-15/+24
2017-10-1141825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf2-1/+13
builtin.
2017-10-1141855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle5-61/+98
completion
2017-10-1141854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle2-66/+208
and for ping6
2017-10-1141853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle2-5/+33
reader
2017-10-1141849: handle both unexpand and expand in a single functionOliver Kiddle3-31/+26
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle5-4/+9
a better choice than -P
2017-10-1141835: handle multibyte characters with compset -p and -sOliver Kiddle2-11/+42
2017-10-10unposted: rename _expand command completion to avoid clash with completerPeter Stephenson2-0/+3
2017-10-1041842: aliasing documentation updatePeter Stephenson2-9/+34
2017-10-0841828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵Barton E. Schaefer3-2/+36
prefork()
2017-10-0741827: correct sense of description for ${...:?...} expansionOliver Kiddle2-1/+4
2017-10-0741826: dana: fix inaccuracies in completion description wording for ↵dana2-4/+7
parameter expansion flags
2017-10-0741824: fix to not complete rest args from an _arguments set alongside the ↵Oliver Kiddle3-16/+28
argument to and option in a separate set
2017-10-0741823: new completions for some GNU coreutils utilitiesOliver Kiddle10-13/+246
2017-10-07unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf2-1/+7
relative precedence of the 'other than' and 'and' operators.
2017-10-0441808: _git-cherry-pick: Typo fixesNoah Pendleton2-2/+7
2017-10-0441802 (minor tweaks): use heap during shell function call.Peter Stephenson3-70/+93
Replaces stack for more efficient memory management. Also fix debug message when FUNCNEST is increased.
2017-10-0241787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson7-15/+73
Initialised from existing configuration value.
2017-10-01Add typeset -p1, like typeset -p with newlinesPeter Stephenson7-31/+108
2017-09-2941789: Don't save fd if -1.Peter Stephenson2-8/+16
We try to move an fd which isn't opend but it will feel. This needs handling specially in the new code for marking saved fd's.
2017-09-2841773: Array index assignment tests for KSH_ARRAYSPeter Stephenson2-1/+69
2017-09-2841772: fix bug in handling of long options with _arguments' -A optionOliver Kiddle3-1/+10
2017-09-2841762: fix for completion in assignment to associative array elementOliver Kiddle2-1/+6
2017-09-2741767: preserve nonzero exit status on interruptBarton E. Schaefer2-1/+6
2017-09-2741764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson6-16/+101
2017-09-2641761: Ensure status from interrupt is propagated by builtinPeter Stephenson2-2/+14
2017-09-2541747: Don't create hash entry if just checking existence.Peter Stephenson5-9/+23
Pass a flag in indicating this case.
2017-09-2441755: Followup to last: minor clarification to docs.Daniel Shahaf2-1/+6
2017-09-24Updates for ksh array element syntax.Peter Stephenson11-165/+325
Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on.
2017-09-22update mtr completion through mtr 0.92Oliver Kiddle2-20/+60