Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33740: FAQ: another way of avoiding MULTIOs effects on pipes | Stephane Chazelas | 2014-11-23 | 1 | -0/+3 |
| | |||||
* | 33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated ↵ | Barton E. Schaefer | 2014-11-22 | 1 | -0/+1 |
| | | | | zshmodules.1 | ||||
* | add menu reference to Text Objects | Barton E. Schaefer | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | 33730: vim style text objects for selecting words | Oliver Kiddle | 2014-11-21 | 1 | -1/+45 |
| | |||||
* | 33679: Note on patter s in case statements | Peter Stephenson | 2014-11-19 | 1 | -1/+5 |
| | | | | They work exactly like groups in other patterns, despite contrary indications. | ||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 1 | -3/+35 |
| | | | | fixes for vim style visual selection changes | ||||
* | 33700: new widget for put in vim style visual selection mode | Oliver Kiddle | 2014-11-17 | 1 | -0/+7 |
| | |||||
* | 33697: new vim style vi-backward-word-end widgets | Oliver Kiddle | 2014-11-15 | 1 | -0/+9 |
| | |||||
* | 33696: simple up/down line widgets that don't go through history lines | Oliver Kiddle | 2014-11-15 | 1 | -0/+8 |
| | |||||
* | AUTO_CD behaviour depends on SHIN_STDIN, document | Peter Stephenson | 2014-11-11 | 1 | -0/+4 |
| | |||||
* | 33643: elaborate documentation of the PRIVILEGED option | Oliver Kiddle | 2014-11-09 | 1 | -4/+16 |
| | |||||
* | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 2014-10-30 | 1 | -1/+1 |
| | | | | vi-put-before and vi-put-after | ||||
* | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 2014-10-26 | 2 | -4/+20 |
| | | | | | | | | Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling. | ||||
* | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 2014-10-23 | 1 | -13/+23 |
| | | | | zle widget | ||||
* | 33423: expand ${(p)...} to allow ${(ps.$param.)...} | Peter Stephenson | 2014-10-12 | 1 | -0/+13 |
| | |||||
* | Fix some typos in the documentation | Mikael Magnusson | 2014-10-03 | 7 | -15/+15 |
| | |||||
* | 33323: fix bug in removing math functions and complete -M option to functions | Oliver Kiddle | 2014-10-02 | 1 | -1/+1 |
| | |||||
* | 33319: fix parens in example from 33312 | Barton E. Schaefer | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | 33312: document redirections applied to function definitions | Peter Stephenson | 2014-10-01 | 2 | -0/+23 |
| | |||||
* | 33209: allow dummy zsh.texi if yodl not available. | Tanu Kaskinen | 2014-09-20 | 1 | -2/+4 |
| | | | | Removes catastrophic make failure so rest of make can finish. | ||||
* | 33206: fix compdescribe doc | Barton E. Schaefer | 2014-09-19 | 1 | -6/+6 |
| | |||||
* | users/19097: remove $functypetrace in favour of ref to $zsheval_context | Peter Stephenson | 2014-09-18 | 1 | -13/+9 |
| | |||||
* | 33184: vcs_info git: consider patches for rebase | Marc Finet | 2014-09-16 | 1 | -7/+7 |
| | | | | | | | | Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?". | ||||
* | 33136: P glob qual appends words when negated | Mikael Magnusson | 2014-09-16 | 1 | -0/+6 |
| | |||||
* | Add $functypestack special parameter in zsh/parameter | Peter Stephenson | 2014-09-12 | 1 | -1/+13 |
| | |||||
* | clarify ${(~j.|.)array} example | Barton E. Schaefer | 2014-09-06 | 1 | -4/+5 |
| | |||||
* | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | 33091: improve documentation for ttyctl | Peter Stephenson | 2014-09-04 | 1 | -3/+15 |
| | |||||
* | 33070: add %(e..) based on %e | Barton E. Schaefer | 2014-08-30 | 1 | -0/+1 |
| | |||||
* | 33057: %e in prompts shows evaluation / execution depth | Peter Stephenson | 2014-08-29 | 1 | -0/+6 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 3 | -77/+1 |
| | |||||
* | 32997: new utility function for separated lists | Oliver Kiddle | 2014-08-14 | 1 | -0/+13 |
| | |||||
* | 33002: tcp_expect -P pm tags matches with a string | Peter Stephenson | 2014-08-14 | 1 | -2/+11 |
| | |||||
* | 32975, 32984: texi2html.conf location inconsistent in makefile | Axel Beckert | 2014-08-12 | 1 | -3/+3 |
| | |||||
* | unposted: Fix typo in Doc/Zsh/expn.yo | Axel Beckert | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | mention 32971 in NEWS, clarify RPROMPT behavior in docs | Barton E. Schaefer | 2014-08-08 | 1 | -3/+5 |
| | |||||
* | 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵ | Barton E. Schaefer | 2014-08-07 | 1 | -6/+23 |
| | | | | available before right margin | ||||
* | 32954: Missed the doc change. | Peter Stephenson | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays | Mikael Magnusson | 2014-08-04 | 1 | -0/+24 |
| | |||||
* | 32944: read -qs is handled correctly by current code | Peter Stephenson | 2014-08-03 | 1 | -2/+1 |
| | |||||
* | user/19006: document position of RC_EXPAND_PARAM in parameter subst | Peter Stephenson | 2014-08-03 | 1 | -4/+9 |
| | |||||
* | %P at start of TCP function system prompt causes %-style prompt subst | Peter Stephenson | 2014-07-30 | 1 | -0/+4 |
| | |||||
* | 32918: add %. to ztrftime for use in prompts | Peter Stephenson | 2014-07-30 | 1 | -0/+7 |
| | |||||
* | unposted: replace-argument can take negative prefix to count from end | Peter Stephenson | 2014-07-24 | 1 | -0/+1 |
| | |||||
* | force retention of whitespace in "fc" item prototype | Barton E. Schaefer | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string | Barton E. Schaefer | 2014-07-20 | 1 | -1/+9 |
| | |||||
* | 32866: new replace-argument ZLE function. | Peter Stephenson | 2014-07-17 | 1 | -0/+25 |
| | | | | | | Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history. | ||||
* | Attempt to improve doc for assignment | Peter Stephenson | 2014-07-08 | 2 | -3/+13 |
| | |||||
* | 32812: put contents at start of manual | Jun T | 2014-06-26 | 2 | -1/+1 |
| | |||||
* | 32799: resource NTHR not well handled on NetBSD | Peter Stephenson | 2014-06-26 | 1 | -0/+3 |
| |