From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23294 invoked by alias); 22 Nov 2012 20:07:35 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17425 Received: (qmail 6619 invoked from network); 22 Nov 2012 20:07:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.mandic.com.br designates 200.225.81.132 as permitted sender) Message-ID: <50AE846A.6020802@mandic.com.br> Date: Thu, 22 Nov 2012 18:00:42 -0200 From: "Daniel Serodio (lists)" User-Agent: Postbox 3.0.6 (Macintosh/20121022) MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Error in git completion Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit git completion was working fine, but I don't know why it's stopped working: _git:49: _git_commands: function definition file not found Since I have a few directories in my $FPATH, I made sure I'm using the "official" git completion: % for f in $fpath; [[ -e $f/_git ]] && echo $f /usr/local/Cellar/zsh/5.0.0/share/zsh/functions I'm using zsh 5.0.0 on Mac OS 10.8.2 Thanks in advance, Daniel Serodio