summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2011-11-1829908: make MIME functions handle stacked suffixesPeter Stephenson1-0/+17
2011-11-0729894: display and use previous replacement in replace-stringPeter Stephenson1-0/+5
2011-11-0429891: make zle -lL with arguments workPeter Stephenson1-5/+10
2011-10-24Jérémie Roquet: c.f. users/16541:Peter Stephenson1-1/+1
should be "filename generation", not "file generation" in cond doc
2011-10-1429820: _pick_variant -b to match builtinPeter Stephenson1-1/+7
2011-09-25unposted: cross-reference zmodload from the modules intro doc.Bart Schaefer1-2/+6
29769: follow-up 29677 to handle the case where thisjob == -1.
2011-09-0729757: Doc/Zsh/compsys.yo: Remove superfluous brace.Simon Ruderich1-1/+1
2011-09-0729756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.Simon Ruderich1-1/+1
2011-09-0629736: mention when zstyle -t returns 1.Mikael Magnusson1-1/+2
2011-08-28users/16289: don't delete temporary files on disown.Peter Stephenson1-0/+12
Document.
2011-08-1429504: note when (#cN,M) can't be used in place of # or ##.Mikael Magnusson1-9/+10
2011-08-1429388, 29680: clarify note about e:string: quoting.Mikael Magnusson1-2/+2
2011-08-1429673: Clarify what 'other' in the ignore-line style doesMikael Magnusson1-2/+2
2011-08-1129674: add $epochtime to datetimePeter Stephenson1-1/+16
2011-08-10unposted: fix two typos in 29661Mikael Magnusson1-7/+6
2011-08-1029663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson1-1/+9
2011-08-0929661: Improved documentation for {var}>... redirectionsPeter Stephenson1-25/+33
2011-08-0329633: more care with anonymous and other functionsPeter Stephenson1-2/+9
2011-07-2829602 etc. etc.: description of filename extensionPeter Stephenson1-3/+10
2011-07-03unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.Frank Terbeck1-1/+1
2011-06-25Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manualPeter Stephenson1-2/+2
2011-06-1929492: add argument handling to anonymous functionsPeter Stephenson1-5/+9
2011-06-14unposted: document change to brace parameter completion context in 29452/29459Peter Stephenson1-1/+4
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson1-1/+10
2011-06-0229434: contrib.yo: Use PLUS() to avoid a + being silently dropped.Frank Terbeck1-1/+1
2011-06-0129416: Fix (mis-)uses of var() in vcs_info documentation.Bart Schaefer1-135/+136
2011-05-2729385: document when local-directories is used instead of directoriesMikael Magnusson1-2/+5
2011-05-2729392: remove use-perl style docsMikael Magnusson1-11/+0
2011-05-2728364: document another special highlightMikael Magnusson1-0/+5
2011-05-27unposted: document PROMPT_EOL_MARK can be emptyMikael Magnusson1-2/+2
2011-05-22unposted: quote a -e with tt(), fix some of my changelog entries.Mikael Magnusson1-1/+1
2011-05-1929224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson1-4/+8
2011-05-1929261: Add g:: flag.Mikael Magnusson1-3/+14
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson8-15/+15
2011-05-18unposted: Minor clarification in doc for -l optionBart Schaefer1-1/+1
2011-05-1829312, users/16032: add "zparseopts -M"Bart Schaefer1-1/+20
2011-05-1429271: document _alternative -O name.Mikael Magnusson1-1/+5
2011-05-1129206: fix formattingMikael Magnusson1-2/+2
2011-05-1029191 (Danek) and 29203 (with fixes): make TERMINFO variable special.Peter Stephenson1-0/+7
2011-05-07unposted: Add missing word ("style") spotted by Bart.Frank Terbeck1-2/+2
2011-05-0729170: vcs_info: Clarify check-for-changes style behaviour with the ↵Frank Terbeck1-0/+4
mercurial backend.
2011-04-3029114: use same FTP sites list in FAQ and META-FAQ.Peter Stephenson3-28/+30
2011-04-18Simon Ruderich: 29004: update archive listPeter Stephenson2-45/+14
2011-03-3028959: Make the nvcsformats style be used if vcs_info is disabled.Frank Terbeck1-5/+5
2011-03-3028961: Add `no-vcs' hook.Frank Terbeck1-0/+5
2011-03-3028960: Add functions to add/remove static hooks.Frank Terbeck1-1/+27
2011-03-30Mike Meyer: 28956, 28957: Add fossil support to vcs_info.Frank Terbeck1-2/+5
2011-03-29Mikael: 28948: compdef -e overrides interpretation of argument as servicePeter Stephenson1-6/+9
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson2-39/+38
2011-03-08Greg Klanderman: 28846: adapt prefix-needed zstyle to handle theBart Schaefer1-6/+22
completion function naming convention of a leading underscore.