diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2021-04-18 14:44:32 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2021-04-18 14:47:29 +0900 |
commit | 56ccb4a975bc87dd10bbbd6a1cfc296d6e2203b4 (patch) | |
tree | 16c00413df67ae768217817b94cc492f161461f9 | |
parent | df899d38e92f138dc655a40deda6d14f3ad05552 (diff) | |
download | zsh-56ccb4a975bc87dd10bbbd6a1cfc296d6e2203b4.tar.gz zsh-56ccb4a975bc87dd10bbbd6a1cfc296d6e2203b4.tar.xz zsh-56ccb4a975bc87dd10bbbd6a1cfc296d6e2203b4.zip |
unposted: remove an already fixed bug from BUGS
This was fixed by commit b6ba74c
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/BUGS | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index ed35a456a..722a2437c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-04-18 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * unposted: Etc/BUGS: remove a bug fixed by 47301 + 2021-04-17 Daniel Shahaf <d.s@daniel.shahaf.name> * 48361 (+ 48368 review comments): diff --git a/Etc/BUGS b/Etc/BUGS index 308bbf3cb..a8c7c13c2 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -42,8 +42,6 @@ analysis in workers/45657 ------------------------------------------------------------------------ 45422 _arguments !-x !+x ------------------------------------------------------------------------ -45482 print -v with multibyte characters ------------------------------------------------------------------------- 45568 repeat-count "illegal character" ------------------------------------------------------------------------ 45656 -o nobanghist -o emacs segfaults |