Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34329: add -S option to which and where | Peter Stephenson | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | 34280: more widespread use of FORCE_FLOAT. | Peter Stephenson | 2015-01-15 | 1 | -3/+4 |
| | | | | Add the case of variables read for use in arithmetic expressions. | ||||
* | 34273: use "enough" colons in each completion style pattern example | Barton E. Schaefer | 2015-01-13 | 1 | -11/+16 |
| | |||||
* | 34253: warn in zcalc doc about integer arithmetic. | Peter Stephenson | 2015-01-12 | 1 | -2/+12 |
| | | | | C.f. warning in arithmetic doc in 34194. | ||||
* | 34914: explanation of effect of integer promotion | Peter Stephenson | 2015-01-10 | 1 | -0/+9 |
| | |||||
* | users/19721: clarify context vs. style in compsys configuration | Barton E. Schaefer | 2015-01-10 | 1 | -18/+34 |
| | |||||
* | 34182: doc: to add zf_\* builtins use zmodload -m -F | Peter Stephenson | 2015-01-09 | 1 | -1/+4 |
| | |||||
* | 30568: Add tetriscurses contrib function, port of tetris to zcurses | Mikael Magnusson | 2015-01-09 | 1 | -0/+11 |
| | |||||
* | users/19682: document recommended use of whence | Peter Stephenson | 2015-01-04 | 1 | -1/+6 |
| | |||||
* | users/19667: whence -S shows intermediate steps in symlink expansion | Peter Stephenson | 2015-01-02 | 1 | -2/+7 |
| | |||||
* | zsh-users/19551: history documentation. | Peter Stephenson | 2014-12-17 | 2 | -1/+9 |
| | | | | | Note in a couple of places that history file reading and writing is only done in interactive shells. | ||||
* | 33956: document key binding changes and remove ^X binding | Oliver Kiddle | 2014-12-13 | 1 | -8/+8 |
| | |||||
* | 33950: ignore KEYTIMEOUT for vi operators | Oliver Kiddle | 2014-12-12 | 1 | -0/+7 |
| | |||||
* | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 2014-12-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles. | ||||
* | 33924: allow vi line/characterwise mode to be forced | Oliver Kiddle | 2014-12-08 | 1 | -2/+6 |
| | |||||
* | 33883: documentation for (*) glob qualifier | Daniel Shahaf | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | 33841: explain array append a bit better | Barton E. Schaefer | 2014-12-04 | 1 | -9/+15 |
| | |||||
* | Unposted: minor change: "scalar or integer" to "scalar" to include floats. | Barton E. Schaefer | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | 33830: META-FAQ updates. | Peter Stephenson | 2014-12-01 | 1 | -4/+4 |
| | | | | | | Don't mention CVS. Use correct sourceforge URL. | ||||
* | 33139: add doc example to glob broken symbolic links. | Simon Ruderich | 2014-11-28 | 1 | -0/+4 |
| | |||||
* | 33805: rewrite zshparams intro, tweak formatting | Barton E. Schaefer | 2014-11-27 | 1 | -33/+72 |
| | | | | | I noticed that there was no explanation of the terms "variable" or "environment" anywhere. | ||||
* | 33793: add 0b binary interpretation to integer constants | Peter Stephenson | 2014-11-26 | 1 | -1/+2 |
| | |||||
* | 33746: read -q doc refers to -t | Daniel Hahler | 2014-11-24 | 1 | -4/+4 |
| | |||||
* | 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 |
| |