about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
* 32958: bitwise logic fixMiles Ohlrich2014-08-041-1/+1
|
* 32600: in _arguments, "-" is not an option letter after another "-"m0viefreak2014-05-081-3/+7
|
* 32540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer2014-04-132-1/+22
| | | | restoring from it (updates 32531).
* 32531: fix memory leaks detected by valgrindBarton E. Schaefer2014-04-062-0/+4
|
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-233-17/+17
| | | | | | | | Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash
* 32480: Fix crash in vi mode with too few previous changesJun T2014-03-131-1/+1
|
* 32450: make get-line widget set the history number that was saved with the lineOliver Kiddle2014-03-031-0/+4
|
* 32448: fix seg fault if $WIDGET is accessed after recursive-edit is interruptedOliver Kiddle2014-03-031-1/+1
|
* 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵Oliver Kiddle2014-03-031-2/+15
| | | | parentheses
* 32427: avoid busy loop on closed descriptors for "zle -F" handlersBarton E. Schaefer2014-02-231-3/+36
| | | | | Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case.
* 32361: don't reset lastline before completionOliver Kiddle2014-02-141-1/+0
|
* 32365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer2014-02-081-1/+1
|
* 32342: fix overstrike for vi mode and use varying vi commands at line startOliver Kiddle2014-02-052-10/+12
|
* 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based onOliver Kiddle2014-02-054-8/+29
| | | | | Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence
* Fix leading whitespace in a commentBarton E. Schaefer2014-02-021-1/+1
|
* 32340: improve error messages for "read -c" / "read -l"Barton E. Schaefer2014-02-021-1/+1
|
* 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵Oliver Kiddle2014-01-314-12/+19
| | | | widget so undo from insert mode is useful again
* 32303: simplistic completion after $x:Peter Stephenson2014-01-281-0/+14
|
* 32308: Improve initialising of vi change.Peter Stephenson2014-01-282-3/+26
| | | | | Better handling when entering viins on entry to editor. Slightly changed since post to use vi command a.
* 32283: fix crash in menu selection when number of terminal lines is smallBarton E. Schaefer2014-01-181-1/+1
|
* 32196: copy-prev-shell-word needs a lexer flagCarl Drougge2014-01-021-1/+1
|
* 32182: re-enable command completion after a separatorBarton E. Schaefer2013-12-251-4/+7
|
* 32157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer2013-12-181-23/+24
| | | | listing, when ZLE_RPROMPT_INDENT=0
* 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2013-12-162-7/+31
|
* 31961: rationalise fd watching to use structurePeter Stephenson2013-11-123-60/+56
|
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-073-20/+41
|
* 31922: zlecharasstring missed flip of bit 5 after MetaPeter Stephenson2013-10-281-0/+1
|
* 31882: Insulate completion widget against environment.Peter Stephenson2013-10-241-4/+1
| | | | Prevents change in pipestatus leaking back out.
* 31784: better line width calculation for completion listingsBarton E. Schaefer2013-10-031-25/+33
| | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches.
* 31781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer2013-10-031-0/+1
|
* 31765: If zle starts in viins mark as insertion.Peter Stephenson2013-09-251-0/+7
| | | | This allows undo to work on everything entered.
* 31737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer2013-09-191-1/+1
|
* 31735: fix off-by-one in completion utility cache code.Axel Beckert2013-09-191-1/+1
| | | | Was causing crashes in complex completions, particularly with taskwarrior
* 31644: Fix insertion of multibyte characters into editor line.Peter Stephenson2013-08-081-1/+2
| | | | | This was broken for a string that came from outside ZLE in the case where the editing buffer wasn't metafied, i.e. not in completion.
* users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson2013-08-081-0/+7
| | | | Update ZLE version if history is read, pushed or popped with ZLE active
* 31611: attempt to fix crash completing redirection in do loopPeter Stephenson2013-08-021-2/+24
|
* 31483: Call zrefresh() before unqueue()ing signalsMikael Magnusson2013-06-271-0/+2
| | | | | | | | | Not doing so causes problems for example with this .zshrc zle -N zle-line-init foo zle -N set-local-history bar foo() { zle set-local-history -n 1 } bar() { zle reset-prompt }
* 31350: block SIGWINCH nearly all the time, exceptBart Schaefer2013-04-301-0/+10
| | | | | when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
* 31272: Avoid double free, get_compctl should not free its arguments.Bart Schaefer2013-04-201-1/+0
|
* 31172: Let vared define custom init and finish hooksFrank Terbeck2013-04-051-7/+14
| | | | | | | | | | | Using this, you can do things like this in a more straight-forward manner: foo-init() { CURSOR=0; } zle -N foo-init foo=$'Some longer\nbuffer with\nmultiple lines.' vared -i foo-init foo
* 31174: zle: Make sure state changes are refreshed after init hookFrank Terbeck2013-04-051-2/+2
| | | | | | | If `zrefresh' is not called _after_ the zle-line-init hook, any changes made to the editor's state (be it changes to $CURSOR or $BUFFER or called widgets like `clear-screen') will only be picked up after the first character is typed into the editor.
* Jun. T: typo in vi-goto-markPeter Stephenson2013-04-021-1/+1
|
* 31037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle2013-02-091-4/+12
|
* users/17318: only increment the undo variable return value for thePeter Stephenson2012-10-091-0/+11
| | | | first request in a row
* users/17314: ensure an undo change numberPeter Stephenson2012-10-091-10/+17
| | | | | uniquely specifies a point in editing history by incrementing the value returned by the variable.
* 30715: use enum lextok for variables containing lexical tokensPeter Stephenson2012-10-051-6/+9
|
* John Stahara: 30641: bindkey -N error report is misleadingPeter Stephenson2012-08-251-1/+1
| | | | when copying keymap.
* Aaron Scrab: 30604: make repeating vi skip character useful by ignoringPeter Stephenson2012-08-131-7/+24
| | | | character just matched
* Aaron Schrab: 30603: repeating vi skip characters command caused bad positionPeter Stephenson2012-08-131-0/+2
|
* unposted: fix trailing spaces from previous commitMikael Magnusson2012-05-021-1/+1
|