Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33480, slightly tweaked: fix for $' completion. | Peter Stephenson | 2014-10-24 | 1 | -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 operation | Oliver Kiddle | 2014-10-24 | 1 | -1/+8 |
| | |||||
* | 33519: last character in the buffer can be cut, changed or yanked using ↵ | Oliver Kiddle | 2014-10-23 | 1 | -1/+1 |
| | | | | vi-forward-char | ||||
* | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 2014-10-23 | 3 | -7/+20 |
| | | | | zle widget | ||||
* | 33514: even with a named vi buffer, we should update the default buffer | Oliver Kiddle | 2014-10-23 | 1 | -1/+0 |
| | |||||
* | 33513: vi mode deletions should replace cut buffer not append to it | Oliver Kiddle | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | 33512: add support for "0 vi buffer and yank to it | Oliver Kiddle | 2014-10-23 | 4 | -14/+22 |
| | |||||
* | 33515: suppress parser error messages in comp_match() | Barton E. Schaefer | 2014-10-22 | 1 | -0/+3 |
| | |||||
* | 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion | Barton E. Schaefer | 2014-10-02 | 1 | -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 Zle | Peter Stephenson | 2014-09-30 | 2 | -3/+2 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -12/+0 |
| | |||||
* | 32958: bitwise logic fix | Miles Ohlrich | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | 32600: in _arguments, "-" is not an option letter after another "-" | m0viefreak | 2014-05-08 | 1 | -3/+7 |
| | |||||
* | 32540: in doexpandhist(), discard saved line position data rather than ↵ | Barton E. Schaefer | 2014-04-13 | 2 | -1/+22 |
| | | | | restoring from it (updates 32531). | ||||
* | 32531: fix memory leaks detected by valgrind | Barton E. Schaefer | 2014-04-06 | 2 | -0/+4 |
| | |||||
* | m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes | m0viefreak | 2014-03-23 | 3 | -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 changes | Jun T | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | 32450: make get-line widget set the history number that was saved with the line | Oliver Kiddle | 2014-03-03 | 1 | -0/+4 |
| | |||||
* | 32448: fix seg fault if $WIDGET is accessed after recursive-edit is interrupted | Oliver Kiddle | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵ | Oliver Kiddle | 2014-03-03 | 1 | -2/+15 |
| | | | | parentheses | ||||
* | 32427: avoid busy loop on closed descriptors for "zle -F" handlers | Barton E. Schaefer | 2014-02-23 | 1 | -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 completion | Oliver Kiddle | 2014-02-14 | 1 | -1/+0 |
| | |||||
* | 32365: another stab at the heuristic for initializing rprompt_indent | Barton E. Schaefer | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | 32342: fix overstrike for vi mode and use varying vi commands at line start | Oliver Kiddle | 2014-02-05 | 2 | -10/+12 |
| | |||||
* | 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on | Oliver Kiddle | 2014-02-05 | 4 | -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 comment | Barton E. Schaefer | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | 32340: improve error messages for "read -c" / "read -l" | Barton E. Schaefer | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵ | Oliver Kiddle | 2014-01-31 | 4 | -12/+19 |
| | | | | widget so undo from insert mode is useful again | ||||
* | 32303: simplistic completion after $x: | Peter Stephenson | 2014-01-28 | 1 | -0/+14 |
| | |||||
* | 32308: Improve initialising of vi change. | Peter Stephenson | 2014-01-28 | 2 | -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 small | Barton E. Schaefer | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | 32196: copy-prev-shell-word needs a lexer flag | Carl Drougge | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | 32182: re-enable command completion after a separator | Barton E. Schaefer | 2013-12-25 | 1 | -4/+7 |
| | |||||
* | 32157: fix extra line feed after prompt, and erased character in completion ↵ | Barton E. Schaefer | 2013-12-18 | 1 | -23/+24 |
| | | | | listing, when ZLE_RPROMPT_INDENT=0 | ||||
* | 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right | Patrick Oscity | 2013-12-16 | 2 | -7/+31 |
| | |||||
* | 31961: rationalise fd watching to use structure | Peter Stephenson | 2013-11-12 | 3 | -60/+56 |
| | |||||
* | 31937: zle -Fw uses widget semantics for file descriptor handler | Peter Stephenson | 2013-11-07 | 3 | -20/+41 |
| | |||||
* | 31922: zlecharasstring missed flip of bit 5 after Meta | Peter Stephenson | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | 31882: Insulate completion widget against environment. | Peter Stephenson | 2013-10-24 | 1 | -4/+1 |
| | | | | Prevents change in pipestatus leaking back out. | ||||
* | 31784: better line width calculation for completion listings | Barton E. Schaefer | 2013-10-03 | 1 | -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 width | Barton E. Schaefer | 2013-10-03 | 1 | -0/+1 |
| | |||||
* | 31765: If zle starts in viins mark as insertion. | Peter Stephenson | 2013-09-25 | 1 | -0/+7 |
| | | | | This allows undo to work on everything entered. | ||||
* | 31737: same loop counter fix in get_cadef as get_cvdef. | Barton E. Schaefer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | 31735: fix off-by-one in completion utility cache code. | Axel Beckert | 2013-09-19 | 1 | -1/+1 |
| | | | | Was causing crashes in complex completions, particularly with taskwarrior | ||||
* | 31644: Fix insertion of multibyte characters into editor line. | Peter Stephenson | 2013-08-08 | 1 | -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 Stephenson | 2013-08-08 | 1 | -0/+7 |
| | | | | Update ZLE version if history is read, pushed or popped with ZLE active | ||||
* | 31611: attempt to fix crash completing redirection in do loop | Peter Stephenson | 2013-08-02 | 1 | -2/+24 |
| | |||||
* | 31483: Call zrefresh() before unqueue()ing signals | Mikael Magnusson | 2013-06-27 | 1 | -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, except | Bart Schaefer | 2013-04-30 | 1 | -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 Schaefer | 2013-04-20 | 1 | -1/+0 |
| |