Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Makefile completion with wildcard targets
- X-seq: zsh-users 20348
- From: Andri Möll <andri@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Makefile completion with wildcard targets
- Date: Mon, 27 Jul 2015 19:47:54 +0300
- 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
Hey,
I’ve got a few GNU Makefiles that contain targets in the form of “test/*_test.js”. Autocomplete however doesn’t considers them to be filenames and completes them to a literal "test/\*_test.js”. A little annoying. Does anyone have a off the head idea how to fix that in /usr/share/zsh/functions/_make? I’m on Zsh v5.0.8 here.
Thanks in advance!
Andri
Messages sorted by:
Reverse Date,
Date,
Thread,
Author