Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Weird tab complete problem with long directory names with a dash and unicode characters
- X-seq: zsh-workers 40252
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Weird tab complete problem with long directory names with a dash and unicode characters
- Date: Sat, 31 Dec 2016 21:44:28 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=VfBXYgCkJRPw2mpvE4VOFbUYRNkcKYFRN+9MzIlwD/A=; b=XcUf6y387qBYE4BjxMvta4UWeHVc6F5JW7JFkuPu1tw/El25gNxZFP/2oFdQXpMDqL 7zlqfBHQWn7crmnFbUZpGg+0kD/fOtGVAP/hr4Se9NOTfGj+I7BIjyAOxKzozWfAvCSk jliVA1mYX7X5VaS7grzLfnzQifLtLFKTE7UsQmkbmrkHPQeW9mukt4AUMy5WdLZh2kmj c8K1MxvYacCVj5f7e6m3++HNyu2rO5bkl1qVa1zf4Ndn4R4gL8TfMSjQmLwCRlWG+9RP cr4ccJNp0FsHSF4ZIjj4r6o5fYVynR+hV4HfG+54z4iFdQ45pMDCC1JLOdGq64Rwkzf8 C76A==
- 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
If you do
mkdir -p るるるるるるるるるるるるるるるるるるるるるるるるる-/foo
and then attempt to complete foo from the current location, it doesn't
work with compinit loaded. If you take off one of the るs it's fine, if
you take out the - it's fine (though the position of the - doesn't
seem to matter), if you use a million "a"s instead it's fine, the る
isn't super special though, it's also broken with a bunch of け or any
other combination I tried (I originally found it because of a real
directory name). My guess is this is somehow related to the - / Dash
stuff Peter did recently, but reverting them randomly also didn't seem
to have much effect. I'm also puzzled as to why the length of the
string matters and why 26?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author