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_hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-23
53243: fix use of vi-fetch-history with a range
Oliver Kiddle
1
-4
/
+17
2023-08-22
users/29175: Don't need to forget zle edits if none
Nojus Gudinavičius
1
-0
/
+12
2021-09-06
unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ...
Bart Schaefer
1
-2
/
+7
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-4
/
+6
2017-01-06
40285: Be more careful with pattern allocation in history isearch.
Peter Stephenson
1
-4
/
+7
2016-01-14
37590: Invoke zle-line-pre-redraw during isearch.
Daniel Shahaf
1
-0
/
+2
2015-09-28
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
1
-2
/
+2
2015-09-11
Read full multibyte string early for self-insert
Peter Stephenson
1
-2
/
+2
2015-08-12
36125: don't set history context in get-line
Oliver Kiddle
1
-4
/
+2
2015-06-19
35474, 35492: support the bracketed paste mode of newer terminal emulators
Oliver Kiddle
1
-0
/
+15
2015-06-19
35487, 35496: don't reinstate previous incremental search string
Oliver Kiddle
1
-1
/
+1
2015-04-17
34919: update interrupt parse error for ZLE cases.
Peter Stephenson
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-2
/
+4
2014-12-05
33845: save correct cursor position with push-line from vi command mode
Oliver Kiddle
1
-0
/
+2
2014-11-15
33696: simple up/down line widgets that don't go through history lines
Oliver Kiddle
1
-10
/
+10
2014-03-03
32450: make get-line widget set the history number that was saved with the line
Oliver Kiddle
1
-0
/
+4
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-02-18
28773: add zle-history-line-set widget
Peter Stephenson
1
-0
/
+1
2010-12-12
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
1
-1
/
+1
2010-10-06
28285: zle-isearch-update and zle-isearch-exit
Peter Stephenson
1
-0
/
+2
2010-04-27
27926: fix completion suffix when inserting last word
Peter Stephenson
1
-0
/
+1
2010-03-18
27804: don't hang in isearch if invalid character found
Peter Stephenson
1
-0
/
+2
2009-09-06
Holger Weiss: 57248: fix anchoring for vi searches
Peter Stephenson
1
-1
/
+1
2009-03-13
users/13902: make isearch return status useful
Peter Stephenson
1
-17
/
+51
2009-03-13
users/13903 fix vi search prompt and repeat
Peter Stephenson
1
-1
/
+5
2009-01-19
26366: add "isearch" keymap and "accept-search" functino
Peter Stephenson
1
-0
/
+10
2008-10-30
25949: remove dead code in getvisrchstr.
Clint Adams
1
-6
/
+2
2008-09-18
25690: fix insert-last-word on multibyte characters with Meta
Peter Stephenson
1
-5
/
+3
2008-05-11
24994: fix problem with up/down-line-or-search, perhaps
Peter Stephenson
1
-3
/
+9
2008-05-05
Locking simplification and signed/unsigned fixes.
Wayne Davison
1
-2
/
+2
2008-05-04
24915: some more fix-ups for combining characters
Peter Stephenson
1
-0
/
+9
2008-05-01
24900: add backward-kill-word behaviour to isearch
Peter Stephenson
1
-16
/
+27
2008-04-28
unposted: reset search line on anchored pattern isearch
Peter Stephenson
1
-11
/
+13
2008-04-28
unposted: more tweaks for failed isearch pattern matches
Peter Stephenson
1
-1
/
+2
2008-04-28
24890: Matt Wozniski: reset skip_pos on backtracking in isearch
Peter Stephenson
1
-14
/
+15
2008-04-27
24886: fix endless loop in string isearch
Peter Stephenson
1
-1
/
+1
2008-04-26
24822: highlighting of isearch matches
Peter Stephenson
1
-20
/
+57
2008-04-26
unposted: fix position of cursor on forward pattern searching
Peter Stephenson
1
-11
/
+30
2008-04-26
24881: only feep once on an invalid pattern
Peter Stephenson
1
-2
/
+4
2008-04-26
feeping on a failed match could be mistimed
Peter Stephenson
1
-0
/
+4
2008-04-26
24879: unpleasantness at the pattern search line duplication test club
Peter Stephenson
1
-3
/
+16
2008-04-26
24878: add incremental pattern searches
Peter Stephenson
1
-173
/
+405
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-1
/
+1
2008-04-20
24853: bits missed from patch
Peter Stephenson
1
-3
/
+3
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-224
/
+304
2008-04-14
24816: some places where we need cursor alignment with combining characters
Peter Stephenson
1
-1
/
+5
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-2
/
+2
2008-04-11
unposted: move zlefind() and zlecmp() into zle_hist.c
Peter Stephenson
1
-0
/
+86
2007-09-13
2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...
Clint Adams
1
-0
/
+1
2006-09-10
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
1
-1
/
+1
[next]