index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_tricky.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-26
36288: refine 36825, slightly different test for redirect context
Barton E. Schaefer
1
-1
/
+1
2015-08-26
36285: update 36025, context cannot be command and redirect at the same time,...
Barton E. Schaefer
1
-4
/
+5
2015-08-09
36025: Fix completion aftoer "foo=bar; setopt ".
Peter Stephenson
1
-3
/
+13
2015-07-25
35908: fix $((...)) completion in expand-or-complete widget
Peter Stephenson
1
-2
/
+4
2015-06-29
35637: remove the now unused module hook for reverse-menu-complete
Oliver Kiddle
1
-4
/
+1
2015-06-29
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
1
-8
/
+2
2015-06-26
35615: fix completion after tyepset
Peter Stephenson
1
-5
/
+12
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-12
/
+12
2015-01-07
34144: allocate origline by ztrdup(), not by dupstring()
Jun-ichi Takimoto
1
-1
/
+2
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-3
/
+17
2014-10-24
33480, slightly tweaked: fix for $' completion.
Peter Stephenson
1
-4
/
+11
2014-04-13
32540: in doexpandhist(), discard saved line position data rather than restor...
Barton E. Schaefer
1
-1
/
+1
2014-04-06
32531: fix memory leaks detected by valgrind
Barton E. Schaefer
1
-0
/
+1
2014-02-14
32361: don't reset lastline before completion
Oliver Kiddle
1
-1
/
+0
2014-02-02
Fix leading whitespace in a comment
Barton E. Schaefer
1
-1
/
+1
2014-01-31
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
1
-2
/
+1
2013-12-25
32182: re-enable command completion after a separator
Barton E. Schaefer
1
-4
/
+7
2013-12-16
32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
Patrick Oscity
1
-1
/
+11
2013-08-08
31644: Fix insertion of multibyte characters into editor line.
Peter Stephenson
1
-1
/
+2
2013-08-02
31611: attempt to fix crash completing redirection in do loop
Peter Stephenson
1
-2
/
+24
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-6
/
+9
2011-10-14
29820: _pick_variant -b to match builtin
Peter Stephenson
1
-0
/
+41
2011-08-03
29644: work around _describe bug, plus cosmetic tweaks
Peter Stephenson
1
-1
/
+12
2011-06-23
29503: Missing popheap() on failed autoload
Peter Stephenson
1
-4
/
+0
2011-06-19
unposted: Remove additional for loop noticed by Mikael
Peter Stephenson
1
-2
/
+0
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-3
/
+1
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-19
/
+19
2011-04-29
29107: replace overlapping strcpy with memmove
Bart Schaefer
1
-4
/
+4
2011-03-28
28926: No newline after the last line in listlist() when printing the list
Bart Schaefer
1
-1
/
+3
2011-02-18
28772: Update regions in region highlight dynamically
Peter Stephenson
1
-5
/
+3
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-4
/
+3
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-8
/
+8
2010-03-22
Fix ZLE access to pushed history line
Peter Stephenson
1
-8
/
+8
2009-12-07
27479: prevent completions split across backslash-newline
Peter Stephenson
1
-22
/
+58
2009-08-15
users/14307: end of command line in completion with variant zsh syntax
Peter Stephenson
1
-1
/
+9
2009-02-20
26588: don't expand aliases in run-help
Peter Stephenson
1
-2
/
+1
2009-01-05
26247: fix compilation with -Werror=format-security
Andrey Borzenkov
1
-1
/
+1
2008-10-12
25859: avoid possible NULL dereferencing if RC_QUOTES is set.
Clint Adams
1
-1
/
+1
2008-09-08
25636: free s before returning with an error condition.
Clint Adams
1
-1
/
+7
2008-05-16
25051: add colour sequences to formatting strings in completion
Peter Stephenson
1
-2
/
+27
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-1
/
+1
2008-04-14
24816: some places where we need cursor alignment with combining characters
Peter Stephenson
1
-4
/
+1
2008-04-14
24810: ensure combining character alignment on unmetafication
Peter Stephenson
1
-0
/
+8
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-9
/
+9
2008-02-09
24542: fix RC_QUOTES completion if opening quote not at start of string
Peter Stephenson
1
-5
/
+10
2007-10-03
23900: Better handling of NO_EQUALS in old completion
Peter Stephenson
1
-0
/
+7
2007-08-30
23809: expand $'...' in completion word
Peter Stephenson
1
-1
/
+84
2007-05-29
23488: tidy up module interface and documentation
Peter Stephenson
1
-1
/
+1
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-1
/
+1
2007-03-28
23246: fix completions of redirections that occur before the command word
Peter Stephenson
1
-4
/
+15
[next]