From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 641 invoked by alias); 8 Dec 2009 11:16:57 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27483 Received: (qmail 26698 invoked from network); 8 Dec 2009 11:16:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.226 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+AsM8YFVVbYLiu8f+ioTOsEQM2EEAeUiVGOKxzbNGZs=; b=EG8hokzEF+O8f1+PyULhwDGqcA5m/Shtgr54qwO/MMNGW7P2oa7tz9G3tMzylmRsML WEVAqTlskRGjdEtl4Fm5vnd/reuLM7d39CRxCpMt/hlo8K9T3cE5jAdv4WnePOVkKNVE eCpZLtsE9le+MvQijtnx6r3ajPy4cQnoXlU/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=rNPTxmCj8bLA8b+tKCiEQMmw2bIAuDe7nSH/JgZ201kEq2uY0bXrwNaZXlD+NVFvhQ /3Rdo1/dTQw7ALS56fjSxULfpibwqJan+aRbIFoupposKddBuCMf6IrgHX1jUG1kSud6 Z2tBeQndLCMrAWiHTSPuivVZeB6UtYHpXvOiU= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20091208104839.GC21684@headley> References: <20091205174551.GF3344@altlinux.org> <1260136353-20093-1-git-send-email-raorn@altlinux.org> <20091207224056.GD9335@altlinux.org> <20091208104839.GC21684@headley> Date: Tue, 8 Dec 2009 11:50:18 +0100 X-Google-Sender-Auth: fc1705c5f899add9 Message-ID: Subject: Re: [PATCH] _git: offer files relative to current directory From: Nikolai Weibull To: "Alexey I. Froloff" , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Dec 8, 2009 at 11:48, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec wrote: > In a repository where `git status' reports the following changed files: > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 doc/tags > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 filetype.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 ftplugin/vim.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 ftplugin/zsh.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 indent/sh.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 plugin/utl.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 snippets/_.snippets > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 syntax/elisp.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 syntax/sh.vim > # =C2=A0 =C2=A0 =C2=A0 modified: =C2=A0 syntax/vim.vim > > `git commit ' only suggests: > doc =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 filetype.vim =C2=A0ftplugin =C2=A0= =C2=A0 =C2=A0indent =C2=A0 =C2=A0 =C2=A0 =C2=A0plugin =C2=A0 =C2=A0 =C2=A0= =C2=A0snippets =C2=A0 =C2=A0 =C2=A0syntax Why=E2=80=99s that wrong? Completing git commit syntax hopefully adds a sl= ash and lets you complete the files in the sub-folder, right?