summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_hist.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-0332450: make get-line widget set the history number that was saved with the lineOliver Kiddle1-0/+4
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-02-1828773: add zle-history-line-set widgetPeter Stephenson1-0/+1
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-1/+1
2010-10-0628285: zle-isearch-update and zle-isearch-exitPeter Stephenson1-0/+2
2010-04-2727926: fix completion suffix when inserting last wordPeter Stephenson1-0/+1
2010-03-1827804: don't hang in isearch if invalid character foundPeter Stephenson1-0/+2
2009-09-06Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson1-1/+1
2009-03-13users/13902: make isearch return status usefulPeter Stephenson1-17/+51
2009-03-13users/13903 fix vi search prompt and repeatPeter Stephenson1-1/+5
2009-01-1926366: add "isearch" keymap and "accept-search" functinoPeter Stephenson1-0/+10
2008-10-3025949: remove dead code in getvisrchstr.Clint Adams1-6/+2
2008-09-1825690: fix insert-last-word on multibyte characters with MetaPeter Stephenson1-5/+3
2008-05-1124994: fix problem with up/down-line-or-search, perhapsPeter Stephenson1-3/+9
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison1-2/+2
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson1-0/+9
2008-05-0124900: add backward-kill-word behaviour to isearchPeter Stephenson1-16/+27
2008-04-28unposted: reset search line on anchored pattern isearchPeter Stephenson1-11/+13
2008-04-28unposted: more tweaks for failed isearch pattern matchesPeter Stephenson1-1/+2
2008-04-2824890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson1-14/+15
2008-04-2724886: fix endless loop in string isearchPeter Stephenson1-1/+1
2008-04-2624822: highlighting of isearch matchesPeter Stephenson1-20/+57
2008-04-26unposted: fix position of cursor on forward pattern searchingPeter Stephenson1-11/+30
2008-04-2624881: only feep once on an invalid patternPeter Stephenson1-2/+4
2008-04-26feeping on a failed match could be mistimedPeter Stephenson1-0/+4
2008-04-2624879: unpleasantness at the pattern search line duplication test clubPeter Stephenson1-3/+16
2008-04-2624878: add incremental pattern searchesPeter Stephenson1-173/+405
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-1/+1
2008-04-2024853: bits missed from patchPeter Stephenson1-3/+3
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-224/+304
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson1-1/+5
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-2/+2
2008-04-11unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson1-0/+86
2007-09-132381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...Clint Adams1-0/+1
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-1/+1
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-12/+12
2006-01-0622124: handle bad multibyte input betterPeter Stephenson1-2/+8
2005-12-12A slightly more optimal way to fix the zle_setline() bug usingWayne Davison1-2/+1
2005-12-12Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison1-1/+1
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-17/+13
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-2/+2
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson1-2/+7
2005-09-2621764: unmetafication mangle zle history linesPeter Stephenson1-1/+5
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-10/+13
2005-08-11Changed several instances of ZWC() used on a string to ZWS().Wayne Davison1-2/+2
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-10/+12
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-6/+9
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-4/+0
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-130/+252