Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Issue with directory word completion
- X-seq: zsh-workers 31310
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Issue with directory word completion
- Date: Sun, 21 Apr 2013 06:22:09 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=LqjJVfPygBkmdhdXuUlgUiAtnzqrfaQmevKSEvIz1WE=; b=TYC0CG/GywFdP1rnCfxy7NdzglJXzohqEAmmKIRsmrSHMh9IcyGk1K2Ma+Qb3traNz f4ycCRlHD2aQLoJ2m43c5mJo7R+Kbq292nOClg4drrrTIFr53vlEJ+/NwJAItR4UN5wx ChMIASshN0ZRU+jZZRflP9dt4wwAddlZmdxw8nR4bEANu+BBGVKkuh1vm6mh4t/43520 5G645spRP1cZhMeA4M+zj6xBpw+2dR1S1JNAmC0AlEruHiVNsUWHJzE7FeyO3TUI2ayx bx6v94i7Ylz9KbvX0LAgqXNTNe0b8no6UGf5JsZFJGKMMVdwQye7pUILn/NTTGX8i2TP GqsA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
If I try the following:
compadd -f -- 'Documents' 'Downloads/'
Only one of them is properly detected as directory, the other one is
not, and when completed an extra space after the slash is added.
Why is the second one not detected as a directory?
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author