Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify system python in dnf completion | Malcolm Ramsay | 2017-11-13 | 1 | -2/+5 |
| | | | | | | | | | | | The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment. | ||||
* | github #19: Fix minor typo in INC_APPEND_HISTORY documentation | Chris Bracken | 2017-11-13 | 1 | -0/+5 |
| | |||||
* | 42004: fix parentheses in documentation | Martijn Dekker | 2017-11-11 | 1 | -0/+4 |
| | |||||
* | unposted: _sshfs: Make the -o option repeatable, accept "--". | Daniel Shahaf | 2017-11-04 | 1 | -0/+5 |
| | |||||
* | 41983: fix exclusion of long options with (-) on a normal argument | Oliver Kiddle | 2017-11-04 | 1 | -0/+5 |
| | |||||
* | 41969: _sort: Clarify option description. | Daniel Shahaf | 2017-11-03 | 1 | -0/+5 |
| | |||||
* | 41971: correctly break out of certain tag loops when there are matches | Oliver Kiddle | 2017-11-02 | 1 | -0/+6 |
| | |||||
* | 41866: No error unsetting nonexistent function for POSIXBUILTINS | Martijn Dekker | 2017-11-02 | 1 | -0/+5 |
| | |||||
* | 41965: complete new functions -W and zmodload -s options | Oliver Kiddle | 2017-10-31 | 1 | -0/+4 |
| | |||||
* | 41963: update completion for gnutls 3.6.1 | Oliver Kiddle | 2017-10-31 | 1 | -0/+4 |
| | |||||
* | 41939: docs: Move aliases corner case to the dangerous bends section. (after ↵ | Daniel Shahaf | 2017-10-30 | 1 | -0/+5 |
| | | | | 41482) | ||||
* | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 2017-10-29 | 1 | -0/+3 |
| | |||||
* | 41961: new ansible completion | Oliver Kiddle | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | 41958: update util-linux completions to 2.31; new hexdump completion | Oliver Kiddle | 2017-10-29 | 1 | -0/+7 |
| | |||||
* | 41957: update git completion for git 2.14.3 | Oliver Kiddle | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | 41927: complete "typeset -p"'s optional argument for multi-line output | Oliver Kiddle | 2017-10-28 | 1 | -0/+5 |
| | |||||
* | 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg | Alexey Sokolov | 2017-10-25 | 1 | -0/+5 |
| | | | | | | | | | | | 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. | ||||
* | 41943: Completion: add --clean for vim | Christian Brabandt | 2017-10-20 | 1 | -0/+5 |
| | | | | | 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). | ||||
* | 41902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ↵ | Barton E. Schaefer | 2017-10-17 | 1 | -0/+10 |
| | | | | | | is set Tests for 41902 and 41873 | ||||
* | unposted: Document "typeset -p"'s optional argument in the inline synopsis. | Daniel Shahaf | 2017-10-17 | 1 | -0/+5 |
| | |||||
* | 41907: further deborphan update | Gautam | 2017-10-16 | 1 | -0/+3 |
| | |||||
* | 41904: new deborphan and updated xrandr completions | Gautam | 2017-10-16 | 1 | -0/+5 |
| | |||||
* | 41899: handle multi-word values of $VISUAL et al., and line counting of ↵ | Barton E. Schaefer | 2017-10-15 | 1 | -0/+5 |
| | | | | buffer for emacs startup | ||||
* | 41873: temporarily disable effects of ${(Z:n:)...} for parsing $(...) within ↵ | Barton E. Schaefer | 2017-10-13 | 1 | -1/+6 |
| | | | | | | the parameter value Also fix minor typo in commit b3fa5c52 ChangeLog. | ||||
* | 41833 + 41838: _jq: New completion. | Daniel Shahaf | 2017-10-13 | 1 | -0/+4 |
| | |||||
* | 41877: Separate out SH_FILE_EXPANSION loop from parameter substitution. | Peter Stephenson | 2017-10-13 | 1 | -0/+8 |
| | | | | | 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. | ||||
* | 41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'. | Daniel Shahaf | 2017-10-11 | 1 | -0/+3 |
| | |||||
* | 41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵ | Daniel Shahaf | 2017-10-11 | 1 | -0/+5 |
| | | | | builtin. | ||||
* | 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵ | Oliver Kiddle | 2017-10-11 | 1 | -1/+6 |
| | | | | completion | ||||
* | 41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵ | Oliver Kiddle | 2017-10-11 | 1 | -0/+3 |
| | | | | and for ping6 | ||||
* | 41853: update options for texinfo 6.5 and complete also for the pinfo info ↵ | Oliver Kiddle | 2017-10-11 | 1 | -0/+3 |
| | | | | reader | ||||
* | 41849: handle both unexpand and expand in a single function | Oliver Kiddle | 2017-10-11 | 1 | -0/+4 |
| | | | | | They have some commonalities and using _unexpand dodges around the clash with the _expand completer. | ||||
* | 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵ | Oliver Kiddle | 2017-10-11 | 1 | -0/+5 |
| | | | | a better choice than -P | ||||
* | 41835: handle multibyte characters with compset -p and -s | Oliver Kiddle | 2017-10-11 | 1 | -0/+5 |
| | |||||
* | unposted: rename _expand command completion to avoid clash with completer | Peter Stephenson | 2017-10-10 | 1 | -0/+3 |
| | |||||
* | 41842: aliasing documentation update | Peter Stephenson | 2017-10-10 | 1 | -0/+5 |
| | |||||
* | 41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵ | Barton E. Schaefer | 2017-10-08 | 1 | -0/+7 |
| | | | | prefork() | ||||
* | 41827: correct sense of description for ${...:?...} expansion | Oliver Kiddle | 2017-10-07 | 1 | -0/+3 |
| | |||||
* | 41826: dana: fix inaccuracies in completion description wording for ↵ | dana | 2017-10-07 | 1 | -0/+3 |
| | | | | parameter expansion flags | ||||
* | 41824: fix to not complete rest args from an _arguments set alongside the ↵ | Oliver Kiddle | 2017-10-07 | 1 | -0/+4 |
| | | | | argument to and option in a separate set | ||||
* | 41823: new completions for some GNU coreutils utilities | Oliver Kiddle | 2017-10-07 | 1 | -0/+10 |
| | |||||
* | unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵ | Daniel Shahaf | 2017-10-07 | 1 | -0/+6 |
| | | | | relative precedence of the 'other than' and 'and' operators. | ||||
* | 41808: _git-cherry-pick: Typo fixes | Noah Pendleton | 2017-10-04 | 1 | -0/+5 |
| | |||||
* | 41802 (minor tweaks): use heap during shell function call. | Peter Stephenson | 2017-10-04 | 1 | -0/+6 |
| | | | | | | Replaces stack for more efficient memory management. Also fix debug message when FUNCNEST is increased. | ||||
* | 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth. | Peter Stephenson | 2017-10-02 | 1 | -0/+7 |
| | | | | Initialised from existing configuration value. | ||||
* | Add typeset -p1, like typeset -p with newlines | Peter Stephenson | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | 41789: Don't save fd if -1. | Peter Stephenson | 2017-09-29 | 1 | -0/+5 |
| | | | | | | 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. | ||||
* | 41773: Array index assignment tests for KSH_ARRAYS | Peter Stephenson | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | 41772: fix bug in handling of long options with _arguments' -A option | Oliver Kiddle | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | 41762: fix for completion in assignment to associative array element | Oliver Kiddle | 2017-09-28 | 1 | -0/+5 |
| |