summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_tricky.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+4
2005-08-1021596: fix run-help, which-command, accept-and-menu-completePeter Stephenson1-0/+2
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-174/+245
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-0/+10
2005-05-23users/8856, users/8863: which-command stuffPeter Stephenson1-1/+4
2005-02-2320854: more Unicode stuff.Peter Stephenson1-2/+11
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-4/+4
2005-02-1820828: typos in 20822Peter Stephenson1-1/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-1/+16
20823: Debugging test in stat wrong for 64-bit systems
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-151/+158
unposted: update version to 4.2.3-dev-1
2005-01-11 * 20657: Src/Zle/zle_tricky.c: sort completions partially based on ↵Clint Adams1-0/+4
LC_COLLATE setting.
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-7/+7
2004-05-28Silenced two signed/unsigned comparison compiler warnings.Wayne Davison1-2/+2
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle1-1/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-6/+6
2002-08-20fix typo in comment (17569)Sven Wischnowsky1-1/+1
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky1-1/+10
already and no completion widgets have been defined (17567)
2002-07-08remove qword, it isn't needed anymore (17439)Sven Wischnowsky1-12/+1
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky1-6/+19
an assignment (17387)
2002-05-13fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky1-4/+13
(17135)
2002-04-16treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky1-0/+6
they are more like $s there (16990)
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-0/+1
sub-contexts both for function and style lookup (16819)
2002-03-07don't try to build the redirection string for the loops (for, foreach, ↵Sven Wischnowsky1-1/+1
select) (16776)
2002-03-01add $redirections array to completion system parameters, containing ↵Sven Wischnowsky1-4/+25
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
2002-01-08fix completion after var+= to use value context (16418)Sven Wischnowsky1-0/+2
2001-07-10(15357)Sven Wischnowsky1-0/+2
2001-06-25make expand-word not always restore the command line (3940)Sven Wischnowsky1-1/+2
2001-06-24Change magic-space to respect !".Bart Schaefer1-1/+5
2001-06-13fixes for display bugs for completion lists (cursor left one line to far up ↵Sven Wischnowsky1-1/+3
or down) (14903)
2001-05-16more fixage for expansion: just convert the command line to the original ↵Sven Wischnowsky1-6/+24
when expansion shouldn't or couldn't do something sensible on the line (14359)
2001-05-15(14350)Sven Wischnowsky1-8/+25
2001-05-08print space/backspace when reacing the last column while printing ↵Sven Wischnowsky1-1/+4
descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-4/+5
2001-01-18*** empty log message ***Sven Wischnowsky1-1/+7
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-4/+15
signal handlers are only executed when it is safe to run them (13365)
2000-10-04don't stop parsing too early when completing inside a command substitution ↵Sven Wischnowsky1-0/+1
(12885)
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)