Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A weird bug of grep completion
- X-seq: zsh-workers 43215
- From: Joseph Lee <cgjosephlee@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: A weird bug of grep completion
- Date: Sat, 28 Jul 2018 10:28:11 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:message-id:subject:mime-version; bh=mNyaqtiIOK8XZ9YnwKUXkt0NhMw9Rd0yOJBq84Ui4GY=; b=oIoYMQ91QZDIFumTn2HDUyPlgFGcOq3lV7FW5DZ/eM0s3Z86w0vwge+NJqW5OkRD8Q xxscK5VYMxyIs+L26ynDI8wKYdx31EzO+QnWJ2PQkvpiVwx6EYPtPneq1fpPzrH72rr0 mHjQ/UDNby+0FrkZQWNvppgsErMinPluJ1ds6AW/S1gueExDN3FSzDv2IrnCmaErJqWl JTudaB2dQoamUt3WF2g2J9UMne5bKVMn97KlW6GRLPg8jvCPiRjOU8SaGGb8dGOButK9 i8hxi9hbpHDkfV7m1gkPz9L+rWTe2twQoiCS/99MvAQLsM+yRc2mkzhaY/O/iT01fsi8 uqyQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Dear all,
I'm using macOS 10.13.6, zsh 5.5.1 (x86_64-apple-darwin16.7.0) and grep (GNU grep) 3.1 packaged by Homebrew.
A weird behavior happened when completing `grep --no-*` arguments.
While typing `--no-group-separator`, which is a GNU only argument, after another `--no-*`, the cursor stoped in a wrong place and unable to finish completion. But it works right when `--no-group-separator` goes ahead.
Words might not be clear, so here's a demo video:
https://streamable.com/bxbdv
I would appreciate any ideas, thank you.
Best,
Joseph
Messages sorted by:
Reverse Date,
Date,
Thread,
Author