Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tab completion doesn't work if there's a double slash in path
- X-seq: zsh-users 22312
- From: Timothee Cour <timothee.cour2@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: tab completion doesn't work if there's a double slash in path
- Date: Sat, 31 Dec 2016 17:19:56 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Dt2949zWx6uXu3w+ej+1cu8ePMFERLlYH0q2ld+Mb2w=; b=RfcQZutBJSpHIpxOJDg1aQ6jC+OcwnLimYZyQJuR3XJrgTFqaVt3XN0Uz7lVubrbl0 3rUwECwXiR9vsUJckNKPZ+02NjiJmO1YNiXwG07O2V8z4sGxlFD0dMTcD+kU0WH3xjrI 0wvFRRK1eiwyIT6g9OxN172jvIcFR8J1cvWidRoU5z3goNTnFdrCc2BLFW48gmrICAeH nMiF2u7OTWXcd55PeMxDhjiXpllSTchp5O1GOl/ACkhnhW7iO62okVXIQ3G9xZpvM1bN hTa40tKxfbpi51DnconlUzWviQOMA+ZPjqx8uXSyF0Hl1kTurH/KJsDsuv0v/N7RDO6V XcIQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
ls /Users/foo/bar//fob1/fob[TAB] doesn't auto-complete because there is a
double slash (//) somewhere in the path.
This case often happens in my workflow. Could autocomplete work in presence
of `//` ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author