about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-10-15 15:03:58 -0700
committerBart Schaefer <schaefer@zsh.org>2023-10-15 15:03:58 -0700
commit487fba3fb3b33fd9c5248744adc89153c7a00f26 (patch)
tree4512cf9401512e91f02b9fbc6d9be27143e8af86 /Etc
parent70320635b4b50b1e84f70e17bf40f107d140bdcf (diff)
downloadzsh-487fba3fb3b33fd9c5248744adc89153c7a00f26.tar.gz
zsh-487fba3fb3b33fd9c5248744adc89153c7a00f26.tar.xz
zsh-487fba3fb3b33fd9c5248744adc89153c7a00f26.zip
52218: update notes since 5.9 release
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 1719946b1..e238c161c 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -46,12 +46,12 @@ related, probably obsolete, vared special case for $TERM set to "emacs".
 ------------------------------------------------------------------------
 47561: [PATCH v4] vcs_info: choose backend by basedir
 ------------------------------------------------------------------------
-48091: Bug in compdescribe with matcher 'b:-=+'
+48091, 49276: Bug in compdescribe with matcher 'b:-=+'
 ------------------------------------------------------------------------
 users/26071: Strange behavior about option completion of "git push --f"
 ------------------------------------------------------------------------
 50930: If a conditional expression appears in a current-shell construct
 (such as { sleep 20 && print $? }) which is then suspended with ^Z, the
-return value of the left side of the expression is always 148 (SIGSTOP)
+return value of the left side of the expression is always 148 (SIGTSTP)
 and thus the expression is likely to be incorrectly interpreted.
 ------------------------------------------------------------------------