index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Base
/
Core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-24
49597: add a helper for completing numbers with unit suffixes and separate ou...
Oliver Kiddle
1
-0
/
+8
2021-11-12
49561: add zformat -F option, similar to -f but ternary expressions check for...
Oliver Kiddle
2
-2
/
+2
2021-03-17
48180: Start menu selection with select=long-list in menu style
Marlon Richert
1
-1
/
+1
2021-01-27
47873: Improve completion within dynamic directory names
Peter Stephenson
1
-2
/
+12
2019-10-12
44767: _description: Ignore -J
dana
1
-2
/
+2
2019-05-07
44274: allow finer control of completion match soring with compadd's -o option
Oliver Kiddle
1
-14
/
+18
2019-04-04
44202 (tweaked): _normal: Add -P to reset precommands
Matthew Martin
1
-1
/
+2
2019-04-04
44201: _command_name: Check for external forcing precommand
Matthew Martin
1
-0
/
+6
2019-04-04
44200 (tweaked): Completion: Append to precommands in _normal
Matthew Martin
1
-2
/
+3
2019-04-04
44199: _normal: Use zparseopts
Matthew Martin
1
-8
/
+5
2016-11-28
40011: Make $_comp_priv_prefix only declared when required, and use that to h...
Daniel Shahaf
1
-1
/
+3
2016-11-16
39945: allow further tab presses to move on to menu completion even when comp...
Oliver Kiddle
1
-1
/
+2
2016-09-11
39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges w...
Oliver Kiddle
1
-0
/
+1
2016-07-21
38904: fix return status in _normal and functions erroneously using it for de...
Oliver Kiddle
1
-2
/
+2
2015-06-27
Don't require MULTI_FUNCDEF in _main_complete.
Peter Stephenson
1
-1
/
+6
2015-06-06
35163: move "show-ambiguity" style to _setup so that more precise context can...
Barton E. Schaefer
2
-7
/
+13
2015-03-21
users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second comple...
Barton E. Schaefer
1
-0
/
+10
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-8
/
+13
2014-12-07
33901: fix warning message reference to funcstack (updates 33859)
Barton E. Schaefer
1
-1
/
+1
2014-12-05
33859: Fix traps in completion
Peter Stephenson
1
-2
/
+5
2014-10-29
33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko in...
Barton E. Schaefer
1
-1
/
+1
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
1
-4
/
+0
2014-03-03
32439: add new show-ambiguity style
Oliver Kiddle
1
-0
/
+8
2014-02-26
32435: improved quoting for ignore-line completion style
Jun T
1
-7
/
+9
2014-01-30
32322: display a message when completion is interrupted from the keyboard
Barton E. Schaefer
1
-0
/
+5
2012-01-05
30081: make _main_complete independent of IGNORE_CLOSE_BRACES option
Peter Stephenson
1
-3
/
+10
2011-12-13
30012: add $state_descr
Bart Schaefer
1
-1
/
+2
2011-05-24
29338: fix pattern in _main_complete for insert-tab.
Mikael Magnusson
1
-1
/
+1
2010-12-06
users/15621: compdef -p/-P <pat>=<service>
Peter Stephenson
1
-0
/
+5
2010-04-27
27911: no completion colouring with old lists when turned off
Peter Stephenson
1
-2
/
+7
2009-07-30
users/14267: files added by ignore-line should be quoted
Peter Stephenson
1
-6
/
+7
2009-04-01
26801: add completion for calendar function
Peter Stephenson
1
-0
/
+3
2009-03-17
26746: tweak history modifier completion
Peter Stephenson
1
-1
/
+3
2009-03-16
26744: completion of history modifiers in normal command line arguments
Peter Stephenson
1
-0
/
+13
2006-11-15
users/10989: add fake-always pattern that overrides ignored-patterns
Peter Stephenson
1
-8
/
+16
2004-10-01
20427: Fix problem with _oldlist and custom completer.
Peter Stephenson
1
-1
/
+11
2004-08-11
20254: restrict scope of the default tag-order to fix a problem with cdrecord
Oliver Kiddle
1
-0
/
+1
2004-06-03
users/7467: quoted commands weren't found in dispatcher lokoup
Peter Stephenson
1
-0
/
+4
2004-03-02
zsh-users/7100: fix completion of =file when noequals is set
Peter Stephenson
1
-1
/
+1
2003-08-01
18920: fix unset IFS betterer
Peter Stephenson
1
-0
/
+2
2003-07-21
18859: Allow the sort style to override sorting by setting explicitly to false.
Peter Stephenson
1
-1
/
+13
2003-04-25
18472: spelling corrections
Oliver Kiddle
1
-3
/
+1
2003-02-26
18299: allow _next_tags to work with nested tag loops
Oliver Kiddle
3
-0
/
+5
2002-06-26
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
1
-0
/
+13
2002-03-17
16849: shift off `-s' argument.
Bart Schaefer
1
-0
/
+1
2002-03-13
remove that -T option to compdef again and instead use comma-separated sub-co...
Sven Wischnowsky
2
-35
/
+19
2002-03-05
unposted: usual fixups for .distfiles
Peter Stephenson
1
-0
/
+1
2002-03-04
allow different sets of completion definitions selected with option -T to com...
Sven Wischnowsky
2
-113
/
+108
2002-02-25
make _message inhibit insertion of matches unless there are faked ones (16710)
Sven Wischnowsky
1
-0
/
+2
2002-02-25
make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...
Sven Wischnowsky
1
-2
/
+8
[next]