index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-01
fix for exclusion of normal arguments (14630)
Sven Wischnowsky
1
-5
/
+11
2001-05-31
fix tag-order problem with _arguments (completion after an option that gets a...
Sven Wischnowsky
1
-1
/
+1
2001-05-31
fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...
Sven Wischnowsky
3
-37
/
+34
2001-05-29
145??: fix thinko
Clint Adams
1
-1
/
+1
2001-05-29
145??: repeat last vi history search if search string is blank
Clint Adams
1
-2
/
+10
2001-05-28
fix for cursor positioning with that -y option of compctl (display strings) (...
Sven Wischnowsky
1
-13
/
+22
2001-05-26
Fixed acceptandinfernexthistory() to work when called repeatedly.
Wayne Davison
1
-373
/
+433
2001-05-17
Signal queuing tweak.
Bart Schaefer
1
-0
/
+3
2001-05-16
more fixage for expansion: just convert the command line to the original when...
Sven Wischnowsky
1
-6
/
+24
2001-05-15
(14350)
Sven Wischnowsky
1
-8
/
+25
2001-05-10
barf if a empty string is given as one of the separators for _values (14293)
Sven Wischnowsky
1
-1
/
+1
2001-05-08
add -S option to specify separator between values and their arguments; make _...
Sven Wischnowsky
1
-11
/
+28
2001-05-08
print space/backspace when reacing the last column while printing description...
Sven Wischnowsky
2
-2
/
+8
2001-05-06
Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().
Bart Schaefer
1
-2
/
+3
2001-05-03
14214
Sven Wischnowsky
1
-1
/
+4
2001-05-02
remove quotes when looking at arguments in comparguments (14198)
Sven Wischnowsky
1
-0
/
+6
2001-04-26
rename -W option to -w, add new -W option which makes _arguments complete opt...
Sven Wischnowsky
1
-1
/
+6
2001-04-25
fix a sizeof() to strlen()
Sven Wischnowsky
1
-1
/
+1
2001-04-19
bindkey -rp removes prefix bindings; bindkey -p bugfix
Peter Stephenson
1
-4
/
+38
2001-04-19
use the right path patterns for completion functions
Sven Wischnowsky
1
-1
/
+1
2001-04-17
only use the exclusion lists of options that are not currently being complete...
Sven Wischnowsky
1
-7
/
+9
2001-04-03
(13892) fixes for fpaths and completion matching
Sven Wischnowsky
1
-2
/
+1
2001-04-02
after-move cleanup
Sven Wischnowsky
1
-1
/
+1
2001-04-02
make `_arguments -S' still complete long options after `--<TAB>'; fix for cur...
Sven Wischnowsky
2
-2
/
+3
2001-03-28
Add `bindkey -p'
Peter Stephenson
2
-2
/
+22
2001-03-27
try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...
Sven Wischnowsky
1
-1
/
+1
2001-03-26
handle colons in xor lists (13770)
Sven Wischnowsky
1
-1
/
+1
2001-03-26
avoid adding empty strings to the kill ring (13767)
Sven Wischnowsky
1
-0
/
+3
2001-03-15
fix default colour for directories (3674)
Sven Wischnowsky
1
-1
/
+1
2001-03-14
13633: don't use termcap cursor keys if single key which is already bound
Peter Stephenson
1
-1
/
+13
2001-03-13
13611, 13615: Bind cursor keys using termcap, including in viins.
Peter Stephenson
1
-19
/
+67
2001-03-06
another fix for completion matching, CLF_MISS in the wrong cline struct (13575)
Sven Wischnowsky
1
-0
/
+6
2001-03-05
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
2
-4
/
+26
2001-02-28
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
3
-9
/
+11
2001-01-25
fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it...
Sven Wischnowsky
1
-1
/
+1
2001-01-22
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2001-01-18
*** empty log message ***
Sven Wischnowsky
6
-11
/
+23
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
5
-27
/
+64
2001-01-16
fix for ol' compctl when completing hash keys (13364)
Sven Wischnowsky
1
-1
/
+4
2001-01-15
two more fixes for completion matching and reporting interesting positions (1...
Sven Wischnowsky
2
-7
/
+22
2001-01-12
fix for 13339 (report each position only once) and fixlet for matching: a cas...
Sven Wischnowsky
2
-11
/
+21
2001-01-11
*** empty log message ***
Sven Wischnowsky
3
-37
/
+143
2001-01-10
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
2
-31
/
+44
2001-01-08
fix for listpacked for matches as long as screen is wide (minus added spaces)...
Sven Wischnowsky
2
-4
/
+5
2000-12-18
Back out 13285.
Bart Schaefer
2
-6
/
+6
2000-12-16
13285: use vi-up and -down in vicmd mode
Clint Adams
2
-47
/
+63
2000-11-30
Function installation information now in config.modules
Peter Stephenson
2
-0
/
+2
2000-11-26
13194: change in module configuration system
Peter Stephenson
7
-5
/
+25
2000-11-11
Sven: 13108: Handle traps synchronously
Peter Stephenson
2
-8
/
+27
2000-10-25
re-display list for cleanup only if we were in menu selection (13084)
Sven Wischnowsky
1
-1
/
+6
[next]