about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 36630: new function zsh_directory_name_genericPeter Stephenson2015-09-252-2/+186
|
* 36623: document bracketed-paste-magic and url-quote-magic; add ↵Barton E. Schaefer2015-09-241-1/+161
| | | | cross-reference to vim text object widgets
* 36586: fix completion match right anchorHan Pingtian2015-09-221-1/+1
|
* 36538: fix description of b and B completion match anchorsHan Pingtian2015-09-221-2/+2
|
* 36578: option in a set has key "set-opt" in $opt_argsJun-ichi Takimoto2015-09-221-0/+5
|
* cf. users/20606: zcompile prepares scripts for sourcing, not for executionBarton E. Schaefer2015-09-191-1/+1
|
* cf. users/20586: clean up cross-references to the "Autoloading Functions" docBarton E. Schaefer2015-09-181-8/+10
|
* unposted: docs: Typo fixesDaniel Shahaf2015-09-141-1/+1
|
* 36443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf2015-09-111-1/+1
|
* 36445: Expose yankb, yanke, ZLE_YANK to widgets.Daniel Shahaf2015-09-101-0/+12
|
* 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson2015-09-101-0/+14
|
* 36437: Document interaction of $region_highlight and $zle_highlight.Daniel Shahaf2015-09-071-0/+11
|
* unposted: ZLE_STATE: fix obvious documentation typo.Daniel Shahaf2015-09-071-1/+1
|
* unposted: Minor documentation tweaks.Daniel Shahaf2015-09-052-3/+4
|
* 36410: vcs_info git: Present merge heads as patchesDaniel Shahaf2015-09-051-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 menuJun-ichi Takimoto2015-09-041-8/+18
|
* users/20475: document cdr stores unique entry of most recent usePeter Stephenson2015-08-281-3/+7
|
* 36216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson2015-08-181-6/+4
|
* unposted: use of $f in zmvPeter Stephenson2015-08-171-1/+10
|
* 36078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson2015-08-121-6/+5
|
* 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer2015-08-111-0/+9
| | | | -F" etc.
* 36044: deactivate-region widget for escape in visual modeOliver Kiddle2015-08-111-0/+5
|
* 36067: fix typo and format in the documentationJun T2015-08-114-15/+15
|
* 35885: document closing fd's opened with sysopenPeter Stephenson2015-08-101-0/+5
|
* 35954: Doc: sysopen -u is not optionalMikael Magnusson2015-08-081-2/+2
|
* 35928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto2015-08-081-3/+4
| | | | Also clarify document.
* _arguments docs: Divide into subsectionsDaniel Shahaf2015-07-271-0/+12
|
* _arguments docs: Bring all option descriptions to one placeDaniel Shahaf2015-07-271-54/+85
|
* 35896: index zle_highlightBarton E. Schaefer2015-07-242-0/+8
|
* 35865: document %^ prompt expansionOliver Kiddle2015-07-241-0/+4
|
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-241-0/+58
|
* 35824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle2015-07-231-0/+3
| | | | paste in cut buffers
* 35775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf2015-07-131-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_NOPeter Stephenson2015-07-091-1/+22
|
* unposted: alphabetize ${(b)...} flagBarton E. Schaefer2015-07-061-19/+19
|
* 35709: explain :s/// modifier contexts.Barton E. Schaefer2015-07-061-0/+13
|
* 35704: compadd -E 0 should imply -J and -2Oliver Kiddle2015-07-061-1/+3
|
* unposted: fix formatting typo in options list.Peter Stephenson2015-06-291-1/+1
|
* 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson2015-06-291-4/+21
|
* 35626: update POSIX_CD to note that it is on in ksh and sh emulationsBarton E. Schaefer2015-06-261-1/+1
|
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-243-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 Magnusson2015-06-221-2/+9
|
* 35474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2015-06-192-0/+29
|
* 35487, 35496: don't reinstate previous incremental search stringOliver Kiddle2015-06-191-1/+3
| | | | when search direction changes
* 35442: document MULTIBYTE is always on by default when availablePeter Stephenson2015-06-111-5/+3
|
* 35418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle2015-06-091-1/+1
| | | | description is used
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-31/+31
|
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-052-8/+26
| | | | | | Also add to zed -f. Option is -x <numm>.
* unposted: Typo fixDaniel Shahaf2015-06-021-1/+1
|
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-021-1/+22
|