Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New _make checked in
- X-seq: zsh-workers 20433
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: New _make checked in
- Date: Fri, 1 Oct 2004 10:25:16 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I've committed the _make completer that was mentioned in 20277 with a
couple changes:
- The code that sets variables in the environment is safer, and will
no longer fail with an error if a makefile has something like
FOO!=bar in it (though it does not yet understand the extended !=
or ?= assignment styles that Geoff mentioned).
- One eval was replaced with the more optimal code that Bart suggested.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author