zsh-users
 help / color / mirror / code / Atom feed
* [Bug] Autocomplete bug when directory contains parentheses
@ 2023-09-13 14:50 Benedikt Westreicher
  0 siblings, 0 replies; only message in thread
From: Benedikt Westreicher @ 2023-09-13 14:50 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

Hi,

I can across a problem when trying to autcomplete a path that contained 
a directory with parentheses.

It can be reproduced with:

```
% PS1='%# ' zsh -f
% autoload compinit
% compinit
% cd $(mktemp -d)
% mkdir 'a(b)'
% touch 'a(b)'/x
% mv 'a(b)/<TAB>
% mv 'a(b)/x'<^C>
% zstyle ':completion:*:paths' path-completion no
% mv 'a(b)/<TAB>
<BEEP>
```

Thanks to marlonrichert on Github 
<https://github.com/marlonrichert/zsh-autocomplete/issues/639> for the 
test case

[-- Attachment #2: Type: text/html, Size: 853 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-13 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 14:50 [Bug] Autocomplete bug when directory contains parentheses Benedikt Westreicher

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).