diff options
| author | Barton E. Schaefer <schaefer@zsh.org> | 2014-07-20 11:44:51 -0700 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-07-20 11:44:51 -0700 |
| commit | 4054f1a0e8b4e3ead410d30736bb7c2aaca39d85 (patch) | |
| tree | c5a16b22db9c23784a9647be5f753b357265307a | |
| parent | 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string (diff) | |
| download | zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.gz zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.bz2 zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.lz zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.xz zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.zst zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.zip | |
force retention of whitespace in "fc" item prototype
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
2 files changed, 4 insertions, 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. diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index dd090d65f..a4d6f89d0 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -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) ])( |
