index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compcore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-39
/
+44
2000-10-11
make user defined completion widgets leave menu selection without accepting t...
Sven Wischnowsky
1
-3
/
+5
2000-10-04
don't forget a displayed list when starting menu completion (12884)
Sven Wischnowsky
1
-1
/
+4
2000-08-11
fixes for completion in math contexts (12592)
Sven Wischnowsky
1
-3
/
+3
2000-07-18
don't let duplicate matches keep us from recognising exact matches if they pr...
Sven Wischnowsky
1
-1
/
+1
2000-07-04
AIX dependency fixes
Oliver Kiddle
1
-1
/
+4
2000-07-03
change format style with warnings tag, don't add descriptions as matches; mak...
Sven Wischnowsky
1
-2
/
+4
2000-06-28
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
1
-2
/
+5
2000-06-22
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
1
-29
/
+43
2000-06-19
improve filename completion; use accept-exact for in-path completion; new fak...
Sven Wischnowsky
1
-2
/
+2
2000-06-09
fix for menu-completion when another completion came right after it (11836)
Sven Wischnowsky
1
-0
/
+1
2000-06-07
hopefully more consistent beeping with menu-selection (11794)
Sven Wischnowsky
1
-6
/
+7
2000-06-03
Felix, 11734: Memory leak and doc error.
Bart Schaefer
1
-0
/
+1
2000-06-02
fix some memory leaks (thanks, Felix) (11722)
Sven Wischnowsky
1
-0
/
+1
2000-05-31
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
1
-5
/
+6
2000-05-31
fix for ignore-line style (11679)
Sven Wischnowsky
1
-0
/
+4
2000-05-29
matching bugs with patterns with two anchors (11634)
Sven Wischnowsky
1
-0
/
+15
2000-05-23
add -[ak] options to compadd (11533)
Sven Wischnowsky
1
-11
/
+41
2000-05-22
be more careful when decided if to insert tabs instead of completing (11493)
Sven Wischnowsky
1
-2
/
+2
2000-05-17
add Felix' completion matching test; some fixes for bugs shown by it (11439)
Sven Wischnowsky
1
-44
/
+46
2000-05-16
fix scrolling in menu-selection with matches spanning multiple lines
Sven Wischnowsky
1
-0
/
+1
2000-05-15
extra paranoia for empty prefix/suffix in completion matching (11374)
Sven Wischnowsky
1
-4
/
+4
2000-05-12
fix for compadd -x when there are no matches (11335)
Sven Wischnowsky
1
-1
/
+1
2000-05-11
make ^G in menu-selection restore the old command line; add select=long* valu...
Sven Wischnowsky
1
-1
/
+11
2000-05-09
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
1
-4
/
+11
2000-05-05
some more memory initialisation after allocation; shouldn't possibly have don...
Sven Wischnowsky
1
-3
/
+7
2000-05-04
don't list when all matches look the same; force-list style to give users con...
Sven Wischnowsky
1
-6
/
+27
2000-05-03
make sure that completion messages are displayed even when there are no match...
Sven Wischnowsky
1
-1
/
+13
2000-05-02
add -x option to compadd to display message unconditionally
Sven Wischnowsky
1
-0
/
+26
2000-04-30
AIX dependency fixes
Oliver Kiddle
1
-3
/
+2
2000-04-27
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
1
-2
/
+1
2000-04-25
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
1
-4
/
+27
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
1
-1
/
+2
2000-04-13
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
1
-0
/
+5
2000-04-12
forgot one #if for commenting out the group-stuff for $compstate[insert]
Sven Wischnowsky
1
-1
/
+2
2000-04-12
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
1
-3
/
+15
2000-04-10
fix for bashautolist+automenu (10609)
Sven Wischnowsky
1
-2
/
+3
2000-04-04
make _next_tags be usable with menu-completion
Sven Wischnowsky
1
-7
/
+18
2000-04-04
Copy QIPREFIX/QISUFFIX.
Sven Wischnowsky
1
-2
/
+2
2000-04-01
Updated from list as far as 10376
Peter Stephenson
1
-658
/
+842
1999-11-01
Initial revision
Tanaka Akira
1
-0
/
+2530