zsh-workers
 help / color / mirror / code / Atom feed
From: Frank Terbeck <ft@bewatermyfriend.org>
To: zsh-workers@zsh.org
Cc: Nikolai Weibull <now@bitwi.se>
Subject: Re: PATCH: _git: Completion for `notes' sub-command
Date: Sat, 13 Feb 2010 13:43:09 +0100	[thread overview]
Message-ID: <87hbplxq5e.fsf@ft.bewatermyfriend.org> (raw)
In-Reply-To: <1266064769-20842-1-git-send-email-ft@bewatermyfriend.org> (Frank Terbeck's message of "Sat, 13 Feb 2010 13:39:29 +0100")

Frank Terbeck wrote:
[...]
> People who cannot be bothered to "drop the dash" should consider adding
> something like this to their .zshrc (this assumes they have added the
> output of `git --exec-path' to their $PATH - otherwise this doesn't make
> sense whatsoever):
>
>     compdef _git ${(M)${(k)commands}:#git-*}; do

The '; do' is there only be accident. It should read:

      compdef _git ${(M)${(k)commands}:#git-*}

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925


  reply	other threads:[~2010-02-13 12:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-13 11:01 Frank Terbeck
2010-02-13 11:20 ` Nikolai Weibull
2010-02-13 11:56   ` Frank Terbeck
2010-02-13 12:39     ` Frank Terbeck
2010-02-13 12:43       ` Frank Terbeck [this message]
2010-02-14 15:30     ` Nikolai Weibull

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=87hbplxq5e.fsf@ft.bewatermyfriend.org \
    --to=ft@bewatermyfriend.org \
    --cc=now@bitwi.se \
    --cc=zsh-workers@zsh.org \
    /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).