zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Vincent Lefevre <vincent@vinc17.org>, zsh-users@sunsite.dk
Subject: Re: named directory bug
Date: Wed, 31 Oct 2001 15:31:24 +0000	[thread overview]
Message-ID: <1011031153124.ZM31705@candle.brasslantern.com> (raw)
In-Reply-To: <20011031153021.A18126@ay.nerim.net>

On Oct 31,  3:30pm, Vincent Lefevre wrote:
}
} Will this bug be fixed?

Here's a possible fix.  At the least it's a workaround that you can apply in
the meantime.

Index: Completion/Base/Core/_main_complete
===================================================================
--- Completion/Base/Core/_main_complete	2001/09/05 15:22:28	1.4
+++ Completion/Base/Core/_main_complete	2001/10/31 15:29:50
@@ -17,6 +17,7 @@
 # state than the global one for which you are completing.
 
 eval "$_comp_setup"
+zmodload -i zsh/parameter && local +h nameddirs
 
 local func funcs ret=1 tmp _compskip format nm call match min max i num\
       _completers _completer _completer_num curtag _comp_force_list \


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-10-31 15:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-31 14:30 Vincent Lefevre
2001-10-31 15:31 ` Bart Schaefer [this message]
2001-10-31 19:21   ` Vincent Lefevre
2001-11-01 15:14     ` Bart Schaefer
2001-11-01 16:39       ` Vincent Lefevre
2001-11-01 17:43         ` Bart Schaefer
2001-11-01 18:35           ` Vincent Lefevre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1011031153124.ZM31705@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=vincent@vinc17.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).