summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_tricky.c
AgeCommit message (Collapse)AuthorFilesLines
2000-08-29fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ↵Sven Wischnowsky1-1/+3
(12717)
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky1-0/+1
2000-06-29quote brace-strings (12113)Sven Wischnowsky1-8/+12
2000-06-26typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky1-0/+2
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky1-1/+25
(11973)
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky1-8/+0
completing from both ends (CLF_MID) (11939)
2000-06-08make C-code expansion add a space only when more than one word was generated ↵Sven Wischnowsky1-2/+3
(11814)
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky1-3/+5
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky1-18/+0
(11523)
2000-05-22make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky1-1/+11
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-0/+2
2000-05-15fix for completion of string with single quote (11365)Sven Wischnowsky1-2/+5
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky1-0/+11
cursor; add insert-tab style (11274)
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky1-0/+3
but zsh/complete isn't (10828)
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-1/+1
2000-04-13display number of matches again when asking if a completion list should be ↵Sven Wischnowsky1-3/+6
shown (only when not zero) (10724)
2000-04-12display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky1-2/+2
show completion lists (10686)
2000-04-10addx() inserts x more often (10621)Sven Wischnowsky1-1/+2
2000-04-10fix for bashautolist+automenu (10609)Sven Wischnowsky1-3170/+1439
1999-04-15Initial revisionTanaka Akira1-0/+4015