summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2015-08-1836216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson1-6/+4
2015-08-17unposted: use of $f in zmvPeter Stephenson1-1/+10
2015-08-1236078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson1-6/+5
2015-08-1136092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer1-0/+9
-F" etc.
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle1-0/+5
2015-08-1136067: fix typo and format in the documentationJun T4-15/+15
2015-08-1035885: document closing fd's opened with sysopenPeter Stephenson1-0/+5
2015-08-0835954: Doc: sysopen -u is not optionalMikael Magnusson1-2/+2
2015-08-0835928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto1-3/+4
Also clarify document.
2015-07-27_arguments docs: Divide into subsectionsDaniel Shahaf1-0/+12
2015-07-27_arguments docs: Bring all option descriptions to one placeDaniel Shahaf1-54/+85
2015-07-2435896: index zle_highlightBarton E. Schaefer2-0/+8
2015-07-2435865: document %^ prompt expansionOliver Kiddle1-0/+4
2015-07-2435864: add sysopen, sysseek and systell to system moduleOliver Kiddle1-0/+58
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle1-0/+3
paste in cut buffers
2015-07-1335775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf1-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.
2015-07-0935708: add UNDO_LIMIT_NOPeter Stephenson1-1/+22
2015-07-06unposted: alphabetize ${(b)...} flagBarton E. Schaefer1-19/+19
2015-07-0635709: explain :s/// modifier contexts.Barton E. Schaefer1-0/+13
2015-07-0635704: compadd -E 0 should imply -J and -2Oliver Kiddle1-1/+3
2015-06-29unposted: fix formatting typo in options list.Peter Stephenson1-1/+1
2015-06-2935655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson1-4/+21
2015-06-2635626: update POSIX_CD to note that it is on in ksh and sh emulationsBarton E. Schaefer1-1/+1
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson3-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.
2015-06-2235554: Document narrow-to-region -l and -r.Mikael Magnusson1-2/+9
2015-06-1935474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2-0/+29
2015-06-1935487, 35496: don't reinstate previous incremental search stringOliver Kiddle1-1/+3
when search direction changes
2015-06-1135442: document MULTIBYTE is always on by default when availablePeter Stephenson1-5/+3
2015-06-0935418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle1-1/+1
description is used
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-31/+31
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson2-8/+26
Also add to zed -f. Option is -x <numm>.
2015-06-02unposted: Typo fixDaniel Shahaf1-1/+1
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson1-1/+22
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2-0/+14
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer1-6/+10
Also avoid invoking the editor on empty results.
2015-05-3035311: typo in zfuput behaviourHan Pingtian1-1/+1
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2-1/+6
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-2635289: fix typos in the description of emulateJun-ichi Takimoto1-2/+2
based on 34981 by Han Pingtian
2015-05-2135250: Fix case documentation (SH_GLOB)Peter Stephenson1-5/+11
2015-05-1835193: Add "unalias -a".Peter Stephenson1-1/+8
2015-05-1435110: don't implicitly initialize restricted integers to zeroPeter Stephenson1-0/+18
2015-05-12unposted: include doc tweek to expn.yo from 35071Jun T1-6/+6
expn.yo is now essentially the same as commit 6269db8
2015-05-1235086: reapply a hunk from 35067 for expn.yoJun T1-0/+19
the hunk has been mistakenly reverted by 35075
2015-05-1235075: improve manual formatJun-ichi Takimoto24-374/+401
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-1035067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson1-0/+19
Doc tweak from Daniel in 35071. Includes test.
2015-05-0835059: fix, document, test readonly -p.Peter Stephenson1-0/+5
Don't output specials as can't be reconstructed. Output arrays in a useful order.
2015-05-06c.f. 35041: typo in zle.yoPeter Stephenson1-1/+1
2015-05-0635034: improve manual format up to Chapter18Jun-ichi Takimoto9-254/+265
2015-05-0135008: clarify description of 'exec' and 'return'Jun-ichi Takimoto1-6/+12
2015-05-0135007: Note in doc about scope of ZLE parametersPeter Stephenson1-0/+15