Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Change in FIGNORE behavior
- X-seq: zsh-workers 23490
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: Change in FIGNORE behavior
- Date: Tue, 29 May 2007 21:56:09 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ZoNVtSBFN+WJf8xTjE5MvTCU2PzMKQeVGLM4hVRVfgQG8sVF9utsQmjE+6alI3dDnsMWqOWkv6eLikFyPXrwz2gVxzUWsSqIbx/AHF7gc+MumfojCwAbF1B9TFM9XXqIQZ13sMBTdY6lkF2Pn8Hv7bNjpXXuNfWMhgjLTRFnchI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=SlgPSb3nFjzwEFw9cG16O1YLzaKQDby2ZsuTQq2o4ASvaRElyK+50eGZ3GSTrKKDG4k3dHkQR9fPU3GnR+ct/pIy0Jhu3OHLWz9AOnbG642rmeD+olfYmJtME7ZCVt6LnQ0Zi0r5Tvl3Gx70Pbf3Hd5ZhuavtII3SV29NAmW/hU=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
Greetings -
In a shell built from current CVS sources, I observe the following behavior:
vshelton-pc2% ls
svn-commit.tmp~
vshelton-pc2% ls <TAB> --> svn-commit.tmp~
vshelton-pc2% FIGNORE='~'
vshelton-pc2% autoload -U compinit
vshelton-pc2% compinit -u
vshelton-pc2% ls <TAB> --> BEEP
Even though FIGNORE is set, if there are no other matches, completion
should match the backup file, right? That's the way the shell used to
behave. I've done a little bisecting and it appears this behavior
changed sometime between 2007-05-15 and 007-05-23.
Was the change intentional? If so, I don't particularly like it. Can
we have the old behavior back?
Regards,
Vin
--
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
Messages sorted by:
Reverse Date,
Date,
Thread,
Author