index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
42214: use less general names on new functions for completing file flags and ...
dana
2018-01-04
6
-4
/
+4
*
github #21: update nmcli completions to be compatible with recent version 1.8.4
Maciek Makowski
2018-01-04
2
-244
/
+373
*
42210: factor out completion of file modes and flags and handle _comp_priv_pr...
dana
2018-01-04
6
-89
/
+113
*
42209: take account of numeric options such as -4 instead of -t4
dana
2018-01-04
1
-0
/
+4
*
42209: fix option descriptions for non-GNU variants of tr
dana
2018-01-04
1
-1
/
+1
*
42208: fix use of cache variables in yp completion
Oliver Kiddle
2018-01-03
1
-14
/
+16
*
42207: support g prefixes for GNU variants on systems like macOS+Homebrew
dana
2018-01-03
16
-16
/
+16
*
42117: use anonymous function rather than define one in user namespace
Matthew Martin
2018-01-03
1
-38
/
+42
*
42171: prevent parameters of various parameters from becoming global
Eric Cook
2018-01-02
18
-17
/
+19
*
42183: _objdump: support LLVM variant
Jun-ichi Takimoto
2017-12-31
1
-4
/
+74
*
42186: _apt: Fix completion of target_release names, e.g., 'apt install zsh/<...
Daniel Shahaf
2017-12-30
1
-1
/
+1
*
42175 + 42177 + 42178: avoid localized output from external commands
Jun-ichi Takimoto
2017-12-28
6
-17
/
+26
*
42176: _tar: update long options
Jun-ichi Takimoto
2017-12-27
1
-2
/
+8
*
dana: various OpenSSH completion improvements
dana
2017-12-22
1
-45
/
+53
*
42138: _git-revert: Complete recent commits first.
Daniel Shahaf
2017-12-20
1
-1
/
+1
*
* 42143: fix a pattern in _object_files
Jun-ichi Takimoto
2017-12-20
1
-1
/
+2
*
42113: BSD complation updates.
Peter Stephenson
2017-12-13
4
-109
/
+164
*
42037: COMP_POINT for bash completion was miscalculated.
Peter Stephenson
2017-11-20
1
-1
/
+1
*
42019: update options in git completion to 2.15
Oliver Kiddle
2017-11-13
1
-64
/
+164
*
gitlab #1: update options for sqlite 3.21.0
Oliver Kiddle
2017-11-13
1
-1
/
+4
*
Specify system python in dnf completion
Malcolm Ramsay
2017-11-13
1
-2
/
+2
*
unposted: _sshfs: Make the -o option repeatable, accept "--".
Daniel Shahaf
2017-11-04
1
-2
/
+3
*
41969: _sort: Clarify option description.
Daniel Shahaf
2017-11-03
1
-1
/
+1
*
41971: correctly break out of certain tag loops when there are matches
Oliver Kiddle
2017-11-02
3
-8
/
+5
*
41965: complete new functions -W and zmodload -s options
Oliver Kiddle
2017-10-31
2
-1
/
+3
*
41963: update completion for gnutls 3.6.1
Oliver Kiddle
2017-10-31
1
-27
/
+52
*
41960: add missing local declarations for MATCH, MBEGIN and MEND
Sebastian Gniazdowski
2017-10-29
2
-2
/
+4
*
41961: new ansible completion
Oliver Kiddle
2017-10-29
1
-0
/
+281
*
41958: update util-linux completions to 2.31; new hexdump completion
Oliver Kiddle
2017-10-29
5
-19
/
+74
*
41957: update git completion for git 2.14.3
Oliver Kiddle
2017-10-29
1
-4
/
+6
*
41927: complete "typeset -p"'s optional argument for multi-line output
Oliver Kiddle
2017-10-28
1
-1
/
+1
*
41943: Completion: add --clean for vim
Christian Brabandt
2017-10-20
1
-0
/
+1
*
41907: further deborphan update
Gautam
2017-10-16
1
-31
/
+31
*
41904: new deborphan and updated xrandr completions
Gautam
2017-10-16
2
-2
/
+47
*
41833 + 41838: _jq: New completion.
Daniel Shahaf
2017-10-13
1
-0
/
+34
*
41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.
Daniel Shahaf
2017-10-11
1
-15
/
+21
*
41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat buil...
Daniel Shahaf
2017-10-11
1
-1
/
+8
*
41855: completion option updates for OpenBSD 6.2 and handle macOS in rm compl...
Oliver Kiddle
2017-10-11
4
-60
/
+92
*
41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ...
Oliver Kiddle
2017-10-11
1
-66
/
+205
*
41853: update options for texinfo 6.5 and complete also for the pinfo info re...
Oliver Kiddle
2017-10-11
1
-5
/
+30
*
41849: handle both unexpand and expand in a single function
Oliver Kiddle
2017-10-11
2
-31
/
+22
*
41831: fix compset usage in ogg123 completion and tweak where compset -p is a...
Oliver Kiddle
2017-10-11
4
-4
/
+4
*
unposted: rename _expand command completion to avoid clash with completer
Peter Stephenson
2017-10-10
1
-0
/
+0
*
41827: correct sense of description for ${...:?...} expansion
Oliver Kiddle
2017-10-07
1
-1
/
+1
*
41826: dana: fix inaccuracies in completion description wording for parameter...
dana
2017-10-07
1
-4
/
+4
*
41823: new completions for some GNU coreutils utilities
Oliver Kiddle
2017-10-07
9
-13
/
+236
*
41808: _git-cherry-pick: Typo fixes
Noah Pendleton
2017-10-04
1
-2
/
+2
*
41762: fix for completion in assignment to associative array element
Oliver Kiddle
2017-09-28
1
-1
/
+1
*
update mtr completion through mtr 0.92
Oliver Kiddle
2017-09-22
1
-20
/
+58
*
update options in tune2fs completion through e2fsprogs 1.43.6
Oliver Kiddle
2017-09-22
1
-17
/
+30
[next]