about summary refs log tree commit diff
path: root/Src/Zle/zle_tricky.c
Commit message (Collapse)AuthorAgeFilesLines
* quote brace-strings (12113)Sven Wischnowsky2000-06-291-8/+12
|
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-261-0/+2
|
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-191-1/+25
| | | | (11973)
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky2000-06-161-8/+0
| | | | completing from both ends (CLF_MID) (11939)
* make C-code expansion add a space only when more than one word was generated ↵Sven Wischnowsky2000-06-081-2/+3
| | | | (11814)
* hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky2000-06-071-3/+5
|
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-18/+0
| | | | (11523)
* make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2000-05-221-1/+11
|
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-0/+2
|
* fix for completion of string with single quote (11365)Sven Wischnowsky2000-05-151-2/+5
|
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-0/+11
| | | | cursor; add insert-tab style (11274)
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky2000-04-191-0/+3
| | | | but zsh/complete isn't (10828)
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-1/+1
|
* display number of matches again when asking if a completion list should be ↵Sven Wischnowsky2000-04-131-3/+6
| | | | shown (only when not zero) (10724)
* display number of lines instead of number of matches when asking whether to ↵Sven Wischnowsky2000-04-121-2/+2
| | | | show completion lists (10686)
* addx() inserts x more often (10621)Sven Wischnowsky2000-04-101-1/+2
|
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-101-3170/+1439
|
* Initial revisionTanaka Akira1999-04-151-0/+4015