diff options
author | Bart Schaefer <schaefer@zsh.org> | 2024-03-14 13:22:11 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2024-03-14 13:22:11 -0700 |
commit | 45b0a838aa6e05131523dee291c561cf86f04771 (patch) | |
tree | 5d6717205b1f35e9367b1444973a8c2ee924b091 /Etc | |
parent | 326e8635fe01239ddf14c09785eeca2394e32b95 (diff) | |
download | zsh-45b0a838aa6e05131523dee291c561cf86f04771.tar.gz zsh-45b0a838aa6e05131523dee291c561cf86f04771.tar.xz zsh-45b0a838aa6e05131523dee291c561cf86f04771.zip |
unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index b6ee30cbb..dee115ee0 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -57,4 +57,7 @@ and thus the expression is likely to be incorrectly interpreted. ------------------------------------------------------------------------ 52521: Empty files and unreadable files cannot be removed using the mapfile module "unset 'mapfile[filename]'", and are not distinguished -from files that do not exist. \ No newline at end of file +from files that do not exist. +------------------------------------------------------------------------ +52747,52755: HIST_IGNORE_DUPS et. al. ignore syntactically significant +quoted whitespace and can incorrectly exclude commands as duplicates. |