diff options
| author | Bart Schaefer <schaefer@zsh.org> | 2022-04-30 23:04:48 -0700 |
|---|---|---|
| committer | Bart Schaefer <schaefer@zsh.org> | 2022-04-30 23:04:48 -0700 |
| commit | afbbde282814906fde353dd6a6207942296b8465 (patch) | |
| tree | 34c0796305d8b7c0d7375e2ae400a8334b337776 | |
| parent | Typo in previous commit (diff) | |
| download | zsh-afbbde282814906fde353dd6a6207942296b8465.tar zsh-afbbde282814906fde353dd6a6207942296b8465.tar.gz zsh-afbbde282814906fde353dd6a6207942296b8465.tar.bz2 zsh-afbbde282814906fde353dd6a6207942296b8465.tar.lz zsh-afbbde282814906fde353dd6a6207942296b8465.tar.xz zsh-afbbde282814906fde353dd6a6207942296b8465.tar.zst zsh-afbbde282814906fde353dd6a6207942296b8465.zip | |
unposted: remove the reference to debian #924736, and correct another edit
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Etc/BUGS | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2022-04-30 Bart Schaefer <schaefer@zsh.org> + * unposted: Etc/BUGS: remove debian #924736, fixed since 5.8 by + workers/44142; correct misguided edit from earlier commit + * unposted: Doc/Zsh/expn.yo, NEWS: Details about ${(*)...} * 50150: Src/Modules/stat.c: Filenames need unmetafy for printing @@ -30,8 +30,6 @@ 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) ------------------------------------------------------------------------ -44133 debian #924736 (partial patch in 44134) three setopts following ` #` ------------------------------------------------------------------------- 44850 terminal issues with continuation markers ------------------------------------------------------------------------ users/24765 -direct terminals. Not a bug as such but we may need to do @@ -50,5 +48,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 --f" ------------------------------------------------------------------------ |
