summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_tricky.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-23save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky1-18/+0
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 cursor;...Sven Wischnowsky1-0/+11
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...Sven Wischnowsky1-0/+3
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 sh...Sven Wischnowsky1-3/+6
2000-04-12display number of lines instead of number of matches when asking whether to s...Sven Wischnowsky1-2/+2
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