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
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
32031 plus missed _run_help: get helpfiles install path corect in functions
Peter Stephenson
2013-11-23
1
-1
/
+1
*
32008: complete "." and ":" for run-help, clean Doc/help in make
Martin Vaeth
2013-11-18
2
-1
/
+2
*
31959 (plus tweak to .gitignore): make help files during installation
Martin Vaeth
2013-11-12
1
-0
/
+7
*
31806: _enable _disable: Workaround special characters in alias and function ...
Mikael Magnusson
2013-10-11
2
-6
/
+18
*
31805: Update _enable and _disable for -p, fix related typo in docs
Mikael Magnusson
2013-10-11
2
-7
/
+10
*
31714: handle ".." properly when $PWD or the path prefix traverses a symbolic...
Barton E. Schaefer
2013-09-10
1
-2
/
+14
*
improved math context completion: functions
Peter Stephenson
2013-03-17
6
-2
/
+28
*
31061: "functions" completion takes account of options already
Peter Stephenson
2013-02-22
1
-2
/
+26
*
31058: add completion of options from newer versions of some commands
Oliver Kiddle
2013-02-21
1
-14
/
+18
*
30466: Add prompt format and printf format completion.
Mikael Magnusson
2012-05-14
1
-32
/
+84
*
30431 with typo in _typeset fix:
Peter Stephenson
2012-04-22
1
-2
/
+4
*
30021: _globquals: Add d flag, show what unit the digits are entered in.
Mikael Magnusson
2011-12-14
1
-7
/
+9
*
30012: add $state_descr
Bart Schaefer
2011-12-13
1
-1
/
+1
*
29741: _zattr: add ret=0 and fix filename globbing.
Mikael Magnusson
2011-09-06
1
-2
/
+2
*
unposted: move _schedtool to correct dir
Mikael Magnusson
2011-08-18
2
-26
/
+0
*
29682: new _schedtool completer
Mikael Magnusson
2011-08-17
2
-0
/
+26
*
29618: Fix some syntax to not depend on SHORT_LOOPS being set.
Mikael Magnusson
2011-07-27
1
-1
/
+3
*
unposted: clean up completion descriptions as per Etc/completion-style-guide
Doug Kearns
2011-06-20
1
-13
/
+13
*
29459: Further fixes for parameter flag completion,
Peter Stephenson
2011-06-04
1
-1
/
+1
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-0
/
+187
*
29438: complete dynamic directory names in command position
Mikael Magnusson
2011-06-03
1
-1
/
+1
*
Greg Klanderman: 28887: fix quoting in defs array
Bart Schaefer
2011-03-12
1
-1
/
+1
*
fix completion funny with dynamic directories
Peter Stephenson
2011-03-11
1
-1
/
+1
*
users/15864: turn zsh_directory_name into a hook
Peter Stephenson
2011-03-11
1
-2
/
+10
*
Greg Klanderman: 28846: adapt prefix-needed zstyle to handle the
Bart Schaefer
2011-03-08
3
-6
/
+18
*
Atom Smasher: users/15715: new _zargs completion
Peter Stephenson
2011-01-17
2
-0
/
+25
*
Sebastian Stark: users/15581: MacOS has .bundle DLL files.
Peter Stephenson
2010-11-25
1
-1
/
+1
*
users/15580: fix MIME handler completion on fallthrough
Peter Stephenson
2010-11-25
1
-1
/
+11
*
28307: support new styles esp. vcs_info ones and allow quoted contexts again
Oliver Kiddle
2010-10-01
1
-9
/
+118
*
Mikael: 28252: remove unnecessary loop causing errors
Peter Stephenson
2010-09-13
1
-33
/
+29
*
Update version to 4.3.10-dev-2
zsh-4.3.10-dev-2
Peter Stephenson
2010-07-25
1
-1
/
+1
*
28047: attempt to make locking with fc command more useful
Peter Stephenson
2010-06-22
1
-1
/
+18
*
28026: use "zsh_directory_name c" for completion of dynamic directory names
Peter Stephenson
2010-06-11
1
-5
/
+5
*
unposted: fix incorrectly capitalized completion descriptions
Doug Kearns
2010-06-06
1
-4
/
+4
*
Mikael: 27981: complete (e) in subscript
Peter Stephenson
2010-05-31
1
-0
/
+2
*
Mikael: 27980: completion typo
Peter Stephenson
2010-05-28
1
-1
/
+1
*
users/15078: completion for zsh-mime-handler
Peter Stephenson
2010-05-23
2
-0
/
+13
*
Ben: 27589: improved -redirect
Peter Stephenson
2010-04-09
1
-5
/
+7
*
Mikael: 27707: glob qualifiers with argument completion
Peter Stephenson
2010-02-13
1
-36
/
+63
*
unposted: add P to list of glob qualifiers to complete
Peter Stephenson
2010-02-12
1
-0
/
+1
*
27694: add P glob qualifier for prepending
Peter Stephenson
2010-02-09
1
-2
/
+2
*
Mikael: 27642: missing glob qualifier completion
Peter Stephenson
2010-01-31
1
-0
/
+3
*
Mikael: 27597: accepting zstyle completion unnecessarily hard.
Peter Stephenson
2010-01-13
1
-1
/
+1
*
Ingmar Vanhassel: 27457: add hilite as a precommand.
Clint Adams
2009-12-05
1
-1
/
+1
*
Alexey: users/14588: ztodo function and completion
Peter Stephenson
2009-11-22
1
-0
/
+30
*
Alexey: users/14588: ztodo function and completion
Peter Stephenson
2009-11-22
1
-0
/
+1
*
Mikael: 27347: enhance extended attribute support
Peter Stephenson
2009-11-04
1
-2
/
+2
*
Bart: 26822: infinite loop in variable completion looking for subscript
Peter Stephenson
2009-04-07
1
-1
/
+1
*
26801: add completion for calendar function
Peter Stephenson
2009-04-01
2
-0
/
+5
*
26756: handle completion following :s modifier
Peter Stephenson
2009-03-19
1
-4
/
+4
[prev]
[next]