summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
2015-09-2836682: expand pattern interface to optimise unmetaficationPeter Stephenson2-4/+5
2015-09-2636641: fix multibyte handling in incremental search during menu selectionBarton E. Schaefer1-1/+1
2015-09-25unposted: zle: Document the C helper function processcmd().Daniel Shahaf2-2/+5
Also, tweak the docstring of zlelineasstring().
2015-09-23unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax.Daniel Shahaf1-2/+2
2015-09-2236586: fix completion match right anchorHan Pingtian1-2/+4
2015-09-2136580: don't copy empty buffer in compmatch.Peter Stephenson1-2/+9
Also check if length is non-zero when buffer is empty.
2015-09-1236525: revert only the selfinsert() bit of 36496Barton E. Schaefer1-1/+4
selfinsert() may be called with incomplete wide character processing from places other than getkeymapcmd()
2015-09-1236522: unmetafy the argument of "zle -U"Barton E. Schaefer1-1/+1
2015-09-1136443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf1-1/+2
2015-09-1136443: Revert "35834: strip a final newline from pasted text: inserting is ↵Daniel Shahaf1-6/+0
hard to tell apart from accepting it" This reverts commit f17eb26a34af69a2238a3d8b46079445e09c096e. Conflicts: ChangeLog Src/Zle/zle_misc.c
2015-09-11Read full multibyte string early for self-insertPeter Stephenson5-17/+42
2015-09-1036445: Expose yankb, yanke, ZLE_YANK to widgets.Daniel Shahaf1-0/+30
2015-09-1036478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson1-2/+3
2015-09-1036470: Auxiliary to 36468, return an empty buffer from zleread() if a widget ↵Barton E. Schaefer1-1/+1
exits
2015-09-0736437: Document interaction of $region_highlight and $zle_highlight.Daniel Shahaf1-0/+2
2015-09-06unposted: typo in commentMikael Magnusson1-1/+1
2015-09-0336416: ^C in getzlequery() just aborts query.Peter Stephenson2-1/+7
Also logical but possibly invisible fix for error propagated back from listing interface.
2015-09-0136365: magic-space could delete the reset of the line.Peter Stephenson1-0/+2
If we got a LEXERR, which didn't necessarily mean an actual error, just something the rather nasty ctxtlex() got confused by, we didn't scan the reset of the line.
2015-08-2636288: refine 36825, slightly different test for redirect contextBarton E. Schaefer1-1/+1
2015-08-2636285: update 36025, context cannot be command and redirect at the same ↵Barton E. Schaefer1-4/+5
time, redirect wins
2015-08-2236274: clear virangeflag when getvirange() has an error (the next keystroke ↵Barton E. Schaefer1-0/+2
is not a motion/selection).
2015-08-2236273: teach endofline() and endoflinehist() about invicmdmode() cursor ↵Barton E. Schaefer1-0/+4
placement.
2015-08-21unposted: fix up for 5.0.8-test-2Peter Stephenson1-1/+1
2015-08-1736109: bracketed-paste: change quoting styleDaniel Shahaf1-1/+1
2015-08-14unposted: fix minor typosDaniel Hahler1-2/+2
2015-08-1336131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle1-24/+9
referenced for a clear change number marking the current state
2015-08-1236106: fix const parameter to bindkeyKamil Dudka1-1/+1
2015-08-1236125: don't set history context in get-lineOliver Kiddle1-4/+2
2015-08-1235834: strip a final newline from pasted text: inserting is hard to tell ↵Oliver Kiddle1-0/+6
apart from accepting it
2015-08-1136096: special . mark in vi modeOliver Kiddle1-12/+24
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle3-0/+9
2015-08-1135952: bind escape in vi mode so it is a full key sequence and later keys ↵Jun T1-1/+1
aren't dropped
2015-08-0936025: Fix completion aftoer "foo=bar; setopt ".Peter Stephenson1-3/+13
Done by catching a case that doesn't seem to be handled otherwise, so there's some hope it doesn't screw up too much.
2015-07-2535908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson1-2/+4
2015-07-2435882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer1-1/+1
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle4-9/+32
paste in cut buffers
2015-07-2335814: POSTEDIT needs to be unmetafiedOliver Kiddle1-1/+1
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer2-4/+4
references to non-special params
2015-07-1435737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵Oliver Kiddle1-1/+1
beep when limit is reached
2015-07-0935708: add UNDO_LIMIT_NOPeter Stephenson2-2/+25
2015-07-07unposted: remove compiler error in completion codePeter Stephenson1-1/+2
2015-07-0635704: compadd -E 0 should imply -J and -2Oliver Kiddle2-3/+3
2015-07-0535692: cfp_matcher_range used wrong raw characterPeter Stephenson1-1/+1
2015-07-0335674: make an undo event for initial buffer contentsOliver Kiddle1-0/+1
2015-07-0235665: better handling for command line completion match handlingHan Pingtian1-3/+6
2015-06-2935637: remove the now unused module hook for reverse-menu-completeOliver Kiddle3-8/+2
2015-06-2935627: make reverse-menu-complete start with the last match inOliver Kiddle6-68/+36
menu selection
2015-06-2935623: fix menu-selection where initial selectionOliver Kiddle1-0/+3
would not be displayed without scrolling
2015-06-2635615: fix completion after tyepsetPeter Stephenson1-5/+12
2015-06-2535550: fix backspace in interactive menu-selectJun-ichi Takimoto1-2/+2