summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Mikael: 25146: export pattern_match_equivalence()Peter Stephenson1-1/+3
2008-06-09unposted: silence compiler in pattern_match_restrict()Peter Stephenson1-1/+1
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson4-214/+1043
2008-05-1625051: add colour sequences to formatting strings in completionPeter Stephenson2-2/+57
2008-05-1225006, 25009: fix "or" orphaned symlink highlightingPeter Stephenson1-33/+46
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2-10/+12
2008-05-1124994: fix problem with up/down-line-or-search, perhapsPeter Stephenson1-3/+9
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-331/+10
2008-05-0724959: crash with ^D in compctlPeter Stephenson1-6/+6
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson1-4/+31
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson1-91/+138
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson3-30/+73
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson1-18/+33
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison2-4/+4
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson4-29/+78
2008-05-0124900: add backward-kill-word behaviour to isearchPeter Stephenson1-16/+27
2008-05-0124899: make colour escape sequences configurablePeter Stephenson2-29/+177
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-48/+166
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson1-1/+3
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 Stephenson2-32/+100
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 Stephenson2-173/+407
2008-04-24unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson1-8/+6
2008-04-23unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson1-1/+7
2008-04-2324865: bad character adjustment in vireplacechars()Peter Stephenson1-1/+3
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson5-10/+16
2008-04-2124860: better overwrite modePeter Stephenson2-6/+30
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson3-17/+39
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2-23/+15
2008-04-2124855: tests for combining char alignment should only be on metafied linePeter Stephenson1-3/+8
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson1-2/+3
2008-04-2024853: bits missed from patchPeter Stephenson5-10/+13
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson11-312/+593
2008-04-2024852: more combining chars falloutPeter Stephenson2-7/+14
2008-04-2024851: support colour codes for from current GNU lsAndrey Borzenkov1-17/+39
2008-04-18Fixed some compiler warnings about signed/unsigned issues.Wayne Davison1-4/+4
2008-04-1824839: fix misuse of variable in backwardkillwordPeter Stephenson1-2/+2
2008-04-17fix vi-replace-charsPeter Stephenson1-1/+1
2008-04-1724825: fix internal word-boundary widgetsPeter Stephenson1-87/+226
2008-04-1624821: update notes in FAQ on combining characters,Peter Stephenson1-0/+6
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson4-37/+132
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson3-5/+8