Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36445: Expose yankb, yanke, ZLE_YANK to widgets. | Daniel Shahaf | 2015-09-10 | 1 | -0/+12 |
| | |||||
* | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 2015-09-10 | 1 | -0/+14 |
| | |||||
* | 36437: Document interaction of $region_highlight and $zle_highlight. | Daniel Shahaf | 2015-09-07 | 1 | -0/+11 |
| | |||||
* | unposted: ZLE_STATE: fix obvious documentation typo. | Daniel Shahaf | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 2 | -3/+4 |
| | |||||
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 1 | -1/+1 |
| | | | | | | | This shows, during 'git merge', the revision hashes of the "remote" head (the one that will become second parent of the commit) in the %m expando. Review-by: Frank Terbeck | ||||
* | 36417: fix/update top level texinfo menu | Jun-ichi Takimoto | 2015-09-04 | 1 | -8/+18 |
| | |||||
* | users/20475: document cdr stores unique entry of most recent use | Peter Stephenson | 2015-08-28 | 1 | -3/+7 |
| | |||||
* | 36216: Simpler handling of UNDO_LIMIT_NO | Peter Stephenson | 2015-08-18 | 1 | -6/+4 |
| | |||||
* | unposted: use of $f in zmv | Peter Stephenson | 2015-08-17 | 1 | -1/+10 |
| | |||||
* | 36078: vcs_info: Adjust documentation for no longer exporting | Mikael Magnusson | 2015-08-12 | 1 | -6/+5 |
| | |||||
* | 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵ | Barton E. Schaefer | 2015-08-11 | 1 | -0/+9 |
| | | | | -F" etc. | ||||
* | 36044: deactivate-region widget for escape in visual mode | Oliver Kiddle | 2015-08-11 | 1 | -0/+5 |
| | |||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 4 | -15/+15 |
| | |||||
* | 35885: document closing fd's opened with sysopen | Peter Stephenson | 2015-08-10 | 1 | -0/+5 |
| | |||||
* | 35954: Doc: sysopen -u is not optional | Mikael Magnusson | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | 35928: '%-m' should work even if not supported by strftime(3) | Jun-ichi Takimoto | 2015-08-08 | 1 | -3/+4 |
| | | | | Also clarify document. | ||||
* | _arguments docs: Divide into subsections | Daniel Shahaf | 2015-07-27 | 1 | -0/+12 |
| | |||||
* | _arguments docs: Bring all option descriptions to one place | Daniel Shahaf | 2015-07-27 | 1 | -54/+85 |
| | |||||
* | 35896: index zle_highlight | Barton E. Schaefer | 2015-07-24 | 2 | -0/+8 |
| | |||||
* | 35865: document %^ prompt expansion | Oliver Kiddle | 2015-07-24 | 1 | -0/+4 |
| | |||||
* | 35864: add sysopen, sysseek and systell to system module | Oliver Kiddle | 2015-07-24 | 1 | -0/+58 |
| | |||||
* | 35824: allow highlighting of just pasted text and put text from bracketed ↵ | Oliver Kiddle | 2015-07-23 | 1 | -0/+3 |
| | | | | paste in cut buffers | ||||
* | 35775: New zsh-specific yodl vim syntax highlighting. | Daniel Shahaf | 2015-07-13 | 1 | -0/+4 |
| | | | | | | | | To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability. | ||||
* | 35708: add UNDO_LIMIT_NO | Peter Stephenson | 2015-07-09 | 1 | -1/+22 |
| | |||||
* | unposted: alphabetize ${(b)...} flag | Barton E. Schaefer | 2015-07-06 | 1 | -19/+19 |
| | |||||
* | 35709: explain :s/// modifier contexts. | Barton E. Schaefer | 2015-07-06 | 1 | -0/+13 |
| | |||||
* | 35704: compadd -E 0 should imply -J and -2 | Oliver Kiddle | 2015-07-06 | 1 | -1/+3 |
| | |||||
* | unposted: fix formatting typo in options list. | Peter Stephenson | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER | Peter Stephenson | 2015-06-29 | 1 | -4/+21 |
| | |||||
* | 35626: update POSIX_CD to note that it is on in ksh and sh emulations | Barton E. Schaefer | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 3 | -21/+81 |
| | | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands. | ||||
* | 35554: Document narrow-to-region -l and -r. | Mikael Magnusson | 2015-06-22 | 1 | -2/+9 |
| | |||||
* | 35474, 35492: support the bracketed paste mode of newer terminal emulators | Oliver Kiddle | 2015-06-19 | 2 | -0/+29 |
| | |||||
* | 35487, 35496: don't reinstate previous incremental search string | Oliver Kiddle | 2015-06-19 | 1 | -1/+3 |
| | | | | when search direction changes | ||||
* | 35442: document MULTIBYTE is always on by default when available | Peter Stephenson | 2015-06-11 | 1 | -5/+3 |
| | |||||
* | 35418: fix usage synopsis for _describe to be clear that a single | Oliver Kiddle | 2015-06-09 | 1 | -1/+1 |
| | | | | description is used | ||||
* | 35350: extend "fc -I" to cover listing of "internal" history events only | Barton E. Schaefer | 2015-06-06 | 1 | -31/+31 |
| | |||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 2 | -8/+26 |
| | | | | | | Also add to zed -f. Option is -x <numm>. | ||||
* | unposted: Typo fix | Daniel Shahaf | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 1 | -1/+22 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 2 | -0/+14 |
| | |||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 1 | -6/+10 |
| | | | | Also avoid invoking the editor on empty results. | ||||
* | 35311: typo in zfuput behaviour | Han Pingtian | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 2 | -1/+6 |
| | | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case. | ||||
* | 35289: fix typos in the description of emulate | Jun-ichi Takimoto | 2015-05-26 | 1 | -2/+2 |
| | | | | based on 34981 by Han Pingtian | ||||
* | 35250: Fix case documentation (SH_GLOB) | Peter Stephenson | 2015-05-21 | 1 | -5/+11 |
| | |||||
* | 35193: Add "unalias -a". | Peter Stephenson | 2015-05-18 | 1 | -1/+8 |
| | |||||
* | 35110: don't implicitly initialize restricted integers to zero | Peter Stephenson | 2015-05-14 | 1 | -0/+18 |
| | |||||
* | unposted: include doc tweek to expn.yo from 35071 | Jun T | 2015-05-12 | 1 | -6/+6 |
| | | | | expn.yo is now essentially the same as commit 6269db8 |