diff options
| author | Bart Schaefer <schaefer@zsh.org> | 2022-04-29 20:15:24 -0700 |
|---|---|---|
| committer | Bart Schaefer <schaefer@zsh.org> | 2022-04-29 20:15:24 -0700 |
| commit | 8eccdc5cb7311676820db5b03895f64748f33636 (patch) | |
| tree | 35cf390e8211d9a9b2fa0b0a536ae009959bd5e3 /Etc/BUGS | |
| parent | 50138: Note ERRNO must be set before use. (diff) | |
| download | zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar.gz zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar.bz2 zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar.lz zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar.xz zsh-8eccdc5cb7311676820db5b03895f64748f33636.tar.zst zsh-8eccdc5cb7311676820db5b03895f64748f33636.zip | |
Details about STTY handling; consistency nit
Diffstat (limited to 'Etc/BUGS')
| -rw-r--r-- | Etc/BUGS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,7 +23,9 @@ the underlying VCS but not whether quilt is used. Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )). ------------------------------------------------------------------------ 41184: 'exec' optimization for last command in a subshell should be -skipped when STTY=... is set for that command +skipped when STTY=... is set for that command. This is complicated +because the decision to (not) fork is made in execcmd_exec() before +the prefix parameter assignments are examined in execute(). ------------------------------------------------------------------------ 41203 and others: Make it easier to maintain C modules out of tree. (May require defining a stable API for modules, see 41254) @@ -52,5 +54,5 @@ related, probably obsolete, vared special case for $TERM set to "emacs". ------------------------------------------------------------------------ 48091: Bug in compdescribe with matcher 'b:-=+' ------------------------------------------------------------------------ -users/26071: Strange behavior about option completion of `git push +users/26071: Strange behavior about option completion of `git push #` ------------------------------------------------------------------------ |
