index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_tricky.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
print space/backspace when reacing the last column while printing description...
Sven Wischnowsky
1
-1
/
+4
2001-02-28
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
1
-4
/
+5
2001-01-18
*** empty log message ***
Sven Wischnowsky
1
-1
/
+7
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
1
-4
/
+15
2000-10-04
don't stop parsing too early when completing inside a command substitution (1...
Sven Wischnowsky
1
-0
/
+1
2000-08-29
fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ...
Sven Wischnowsky
1
-1
/
+3
2000-08-11
fixes for completion in math contexts (12592)
Sven Wischnowsky
1
-0
/
+1
2000-06-29
quote brace-strings (12113)
Sven Wischnowsky
1
-8
/
+12
2000-06-26
typo in _history; missing free()s in zle_tricky.c (12067)
Sven Wischnowsky
1
-0
/
+2
2000-06-19
allow _expand to expand braces; better detection of braces to complete in C (...
Sven Wischnowsky
1
-1
/
+25
2000-06-16
allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...
Sven Wischnowsky
1
-8
/
+0
2000-06-08
make C-code expansion add a space only when more than one word was generated ...
Sven Wischnowsky
1
-2
/
+3
2000-06-07
hopefully more consistent beeping with menu-selection (11794)
Sven Wischnowsky
1
-3
/
+5
2000-05-23
save and restore more variables in bufferwords(); move gotword() into core (1...
Sven Wischnowsky
1
-18
/
+0
2000-05-22
make sure wouldinstab is set before calling docomplete() (11503)
Sven Wischnowsky
1
-1
/
+11
2000-05-22
be more careful when decided if to insert tabs instead of completing (11493)
Sven Wischnowsky
1
-0
/
+2
2000-05-15
fix for completion of string with single quote (11365)
Sven Wischnowsky
1
-2
/
+5
2000-05-09
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
1
-0
/
+11
2000-04-19
ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...
Sven Wischnowsky
1
-0
/
+3
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
1
-1
/
+1
2000-04-13
display number of matches again when asking if a completion list should be sh...
Sven Wischnowsky
1
-3
/
+6
2000-04-12
display number of lines instead of number of matches when asking whether to s...
Sven Wischnowsky
1
-2
/
+2
2000-04-10
addx() inserts x more often (10621)
Sven Wischnowsky
1
-1
/
+2
2000-04-10
fix for bashautolist+automenu (10609)
Sven Wischnowsky
1
-3170
/
+1439
1999-04-15
Initial revision
Tanaka Akira
1
-0
/
+4015