mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
force retention of whitespace in "fc" item prototype
This commit is contained in:
parent
2693d852f6
commit
4054f1a0e8
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-07-20 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Doc/Zsh/builtins.yo: force retention of whitespace
|
||||
in "fc" item prototype
|
||||
|
||||
* 32891: Doc/Zsh/mod_pcre.yo Src/Modules/pcre.c: the CASE_MATCH
|
||||
option should apply to =~ when using pcre; fix pcre_match bug
|
||||
with handling of empty string argument.
|
||||
|
|
|
@ -653,7 +653,7 @@ cindex(history, editing)
|
|||
cindex(editing history)
|
||||
xitem(tt(fc) [ tt(-e) var(ename) ] [ tt(-m) var(match) ] [ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ])
|
||||
xitem(tt(fc) tt(-l) [ tt(-nrdfEiD) ] [ tt(-t) var(timefmt) ] [ tt(-m) var(match) ])
|
||||
xitem( [ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ])
|
||||
xitem(tt( )[ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ])
|
||||
xitem(tt(fc) tt(-p) [ tt(-a) ] [ var(filename) [ var(histsize) [ var(savehistsize) ] ] ])
|
||||
xitem(tt(fc) tt(-P))
|
||||
item(tt(fc) tt(-ARWI) [ var(filename) ])(
|
||||
|
|
Loading…
Reference in a new issue