about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS5
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.