summaryrefslogtreecommitdiff
path: root/Doc/Zsh/params.yo
AgeCommit message (Collapse)AuthorFilesLines
2016-02-0737895: $ZSH_SCRIPT is POSIX $0 but always availblePeter Stephenson1-0/+7
2015-12-0437294: Add ZSH_EXECUTION_STRING.Peter Stephenson1-0/+5
This shows the argument to shell option -c.
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson1-0/+5
2015-11-1737127: document indexing of $signalsPeter Stephenson1-1/+7
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto1-3/+1
2015-09-05unposted: Minor documentation tweaks.Daniel Shahaf1-1/+1
2015-07-2435896: index zle_highlightBarton E. Schaefer1-0/+6
2015-06-1935474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle1-0/+17
2015-05-1435110: don't implicitly initialize restricted integers to zeroPeter Stephenson1-0/+18
2015-05-1235075: improve manual formatJun-ichi Takimoto1-1/+1
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-0635034: improve manual format up to Chapter18Jun-ichi Takimoto1-6/+6
2015-03-2534769: incorrect doc of process time calculationHan Pingtian1-1/+1
2015-03-10users/19985: improve doc of subscripting substrings furtherPeter Stephenson1-1/+11
2015-03-0634657: document the effect of substring subscripting betterPeter Stephenson1-1/+11
2015-02-28users/19934: document %D{...} for WATCHFMTBarton E. Schaefer1-0/+6
2015-02-11users/19850: add pattern support to watch variablePeter Stephenson1-1/+13
2015-02-03users/19800: more help for $HISTORY_IGNOREPeter Stephenson1-4/+19
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-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.
2014-12-0433841: explain array append a bit betterBarton E. Schaefer1-9/+15
2014-12-04Unposted: minor change: "scalar or integer" to "scalar" to include floats.Barton E. Schaefer1-2/+1
2014-11-2733805: rewrite zshparams intro, tweak formattingBarton E. Schaefer1-33/+72
I noticed that there was no explanation of the terms "variable" or "environment" anywhere.
2014-10-03Fix some typos in the documentationMikael Magnusson1-1/+1
2014-07-08Attempt to improve doc for assignmentPeter Stephenson1-2/+8
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer1-3/+5
2014-04-2932592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama1-0/+8
2014-04-0632521: document that LOGNAME comes from getlogin()Peter Stephenson1-1/+3
2014-02-17unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer1-3/+4
2013-12-1832157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer1-1/+1
listing, when ZLE_RPROMPT_INDENT=0
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity1-0/+13
2013-10-1931849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer1-0/+6
2013-10-1731823: add HISTORY_IGNORE parameterBarton E. Schaefer1-0/+10
HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
2013-03-13based on 31144 etc.: all entries of psvar can now be shown in promptsPeter Stephenson1-1/+1
2012-10-03users/17310: we can't treat < after [ as a normal character.Peter Stephenson1-1/+4
Document problem and test for case that needs to work.
2012-09-2130687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson1-1/+4
2012-06-15Danek: 30510: bad indentation in params.yoPeter Stephenson1-1/+1
2012-05-03unposted, c.f. 30465: add index entries and cross-referencesPeter Stephenson1-0/+16
for match, mbegin, mend, MATCH, MBEGIN, MEND
2012-04-13Christian Neukirchen: 30398, 30399: TIMEFMT documentationPeter Stephenson1-5/+5
2012-03-0730320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer1-0/+4
2011-09-0729756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.Simon Ruderich1-1/+1
2011-06-25Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manualPeter Stephenson1-2/+2
2011-05-27unposted: document PROMPT_EOL_MARK can be emptyMikael Magnusson1-2/+2
2011-05-1029191 (Danek) and 29203 (with fixes): make TERMINFO variable special.Peter Stephenson1-0/+7
2010-12-17Štěpán Němec: 28533: typosPeter Stephenson1-1/+1
2010-09-0828237: new parameter ZLE_LINE_ABORTEDPeter Stephenson1-0/+7
28241: don't list .safe with bindkey -lL
2010-06-14unposted: extra note on ZSH_EVAL_CONTEXTPeter Stephenson1-0/+3
2010-05-12unposted: fix typo in previous commitPeter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-0/+94
2010-01-13Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson1-0/+10
KEYBOARD_HACK variable
2009-05-20users/14143 plus tweak in padding code:Peter Stephenson1-0/+3
use default IFS if IFS is unset
2009-05-17Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson1-2/+10