about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-10-292-15/+25
|\ | | | | | | | | Conflicts: ChangeLog
| * 33528: take notice of last column position when using vi-yankOliver Kiddle2014-10-292-15/+25
| | | | | | | | and an upward cursor movement
* | 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵Barton E. Schaefer2014-10-291-6/+6
|/ | | | | | | | in status message for INT/QUIT signals; check errflag in output loops Two semi-related patches for keyboard interrupt handling in completion, most importantly so that unexpectedly long completion listings can be interrupted.
* 33480, slightly tweaked: fix for $' completion.Peter Stephenson2014-10-241-4/+11
| | | | | | | Improves case where completing after the $' but before any closing quote, or if the closing quote is absent. No other change --- we still don't attempt to exand the quotes if we're inside them.
* 33520: correct cursor positioning following a vi mode yank operationOliver Kiddle2014-10-241-1/+8
|
* 33519: last character in the buffer can be cut, changed or yanked using ↵Oliver Kiddle2014-10-231-1/+1
| | | | vi-forward-char
* 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle2014-10-233-7/+20
| | | | zle widget
* 33514: even with a named vi buffer, we should update the default bufferOliver Kiddle2014-10-231-1/+0
|
* 33513: vi mode deletions should replace cut buffer not append to itOliver Kiddle2014-10-231-4/+4
|
* 33512: add support for "0 vi buffer and yank to itOliver Kiddle2014-10-234-14/+22
|
* 33515: suppress parser error messages in comp_match()Barton E. Schaefer2014-10-221-0/+3
|
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-021-0/+2
| | | | add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
* Fix some compiler warnings in ZlePeter Stephenson2014-09-302-3/+2
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-12/+0
|
* 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
|