mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: fix a typo in a comment.
This commit is contained in:
parent
20c52f6221
commit
d0366e1960
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
||||||
* 28852: Misc/zargs, Zle/match-words-by-style: Use syntax that doesn't
|
* 28852: Misc/zargs, Zle/match-words-by-style: Use syntax that doesn't
|
||||||
depend on SHORT_LOOPS being set.
|
depend on SHORT_LOOPS being set.
|
||||||
|
|
||||||
|
* unposted: Src/hist.c: fix a typo in a comment.
|
||||||
|
|
||||||
2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
|
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
|
||||||
|
@ -15242,5 +15244,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5424 $
|
* $Revision: 1.5425 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -229,7 +229,7 @@ ihwaddc(int c)
|
||||||
/* Quote un-expanded bangs in the history line. */
|
/* Quote un-expanded bangs in the history line. */
|
||||||
if (c == bangchar && stophist < 2 && qbang)
|
if (c == bangchar && stophist < 2 && qbang)
|
||||||
/* If qbang is not set, we do not escape this bangchar as it's *
|
/* If qbang is not set, we do not escape this bangchar as it's *
|
||||||
* not mecessary (e.g. it's a bang in !=, or it is followed *
|
* not necessary (e.g. it's a bang in !=, or it is followed *
|
||||||
* by a space). Roughly speaking, qbang is zero only if the *
|
* by a space). Roughly speaking, qbang is zero only if the *
|
||||||
* history interpreter has already digested this bang and *
|
* history interpreter has already digested this bang and *
|
||||||
* found that it is not necessary to escape it. */
|
* found that it is not necessary to escape it. */
|
||||||
|
|
Loading…
Reference in a new issue