about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2024-03-18 15:59:43 +0100
committerMikael Magnusson <mikachu@gmail.com>2024-03-23 22:19:27 +0100
commitb727b74fe23c532050b959fe4ce0382c7213af6b (patch)
treef81b2873d91cbff109d820904f9f209825680858 /ChangeLog
parent017738cd60743b21832e5ee66b849b5adea1a28d (diff)
downloadzsh-b727b74fe23c532050b959fe4ce0382c7213af6b.tar.gz
zsh-b727b74fe23c532050b959fe4ce0382c7213af6b.tar.xz
zsh-b727b74fe23c532050b959fe4ce0382c7213af6b.zip
52768: Handle completer filenames with funny characters in them
For example, a file called _foo;bar will cause this to happen:
% hello [press tab]zsh: command not found: _foo
zsh: command not found: bar
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb7ca634..72e8efbe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-23  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 52768: Completion/compdump, Completion/compinit: Handle
+	completer filenames with funny characters in them
+
 2024-03-21  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 52780: Src/Modules/hlgroup.c: remove unnecessary returns.