From b727b74fe23c532050b959fe4ce0382c7213af6b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 18 Mar 2024 15:59:43 +0100 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4cb7ca634..72e8efbe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-03-23 Mikael Magnusson + + * 52768: Completion/compdump, Completion/compinit: Handle + completer filenames with funny characters in them + 2024-03-21 Peter Stephenson * 52780: Src/Modules/hlgroup.c: remove unnecessary returns. -- cgit 1.4.1