diff options
author | Oliver Kiddle <opk@zsh.org> | 2021-04-06 11:00:53 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2021-04-06 11:00:53 +0200 |
commit | e3c4c80f3ece4e28b4b29303f80efec861087ac4 (patch) | |
tree | d26d1728b79b28ad9cb17e907d48a35337e8aedb /Etc | |
parent | c0034b3c7b74d7fcb8da1f2e49309f08b117b8ab (diff) | |
download | zsh-e3c4c80f3ece4e28b4b29303f80efec861087ac4.tar.gz zsh-e3c4c80f3ece4e28b4b29303f80efec861087ac4.tar.xz zsh-e3c4c80f3ece4e28b4b29303f80efec861087ac4.zip |
unposted: add several references to bugs in old list posts
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index 47ffd7035..09271c2bb 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -12,6 +12,8 @@ the nonomatch and nullglob options. ------------------------------------------------------------------------ It is currently impossible to time builtins. ------------------------------------------------------------------------ +38754: unwanted scrolling of the terminal +------------------------------------------------------------------------ 40106: The comp* completion-related builtins (compadd, compset, etc) are run with $_comp_options in effect, rather than the user's options. ------------------------------------------------------------------------ @@ -26,6 +28,8 @@ skipped when STTY=... is set for that command 41203 and others: Make it easier to maintain C modules out of tree. (May require defining a stable API for modules, see 41254) ------------------------------------------------------------------------ +42609: :|: =(hang) +------------------------------------------------------------------------ 44007 - Martijn - exit in trap executes rest of function See test case in Test/C03traps.ztst. ------------------------------------------------------------------------ @@ -47,7 +51,7 @@ analysis in workers/45657 users/24765 -direct terminals. Not a bug as such but we may need to do something if -direct values in TERM are ever common ------------------------------------------------------------------------ - +44850: zle -M doesn't work properly if the command line fills the screen ------------------------------------------------------------------------ 45393/45396 [PATCH] avoid lseek(2) calls. 45768 is similar. @@ -83,3 +87,5 @@ causes a script to hang. ------------------------------------------------------------------------ 39319: () { exit } =(:) doesn't clean up the tempfile ------------------------------------------------------------------------ +48091: Bug in compdescribe with matcher 'b:-=+' +------------------------------------------------------------------------ |