Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2073D431FBC for ; Fri, 8 Nov 2013 05:11:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qEyAHVCVmRto for ; Fri, 8 Nov 2013 05:10:53 -0800 (PST) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6D4E9431FAF for ; Fri, 8 Nov 2013 05:10:53 -0800 (PST) Received: by mail-la0-f46.google.com with SMTP id el20so1686813lab.5 for ; Fri, 08 Nov 2013 05:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VXzeIZWgpkQJpX4a5oIC2MWmF8ycGLvcM5fl7IGPiiI=; b=eBHS59jI2Y/gudreWG85iNxNRpL3FRNEX42pBqaDfR9+QpqbwG7w19roMRKyD8Wt3p G25cT3uOCZLiMpHb4Dco09ibyFvKw8mFcIlv7leilnZGpmVc6HPX8uIvhbY5Uui4DWid Xcbc+DlS43ZPW0aTjCtddXk5SAno1vJ5GLQwjBoICZG5HiwlfVrMfMYOH01C8Ux8hVQy nbvW5/HIsRPEWD9IlyT2Z4nnGfkYk0vSIOIOKIua6aoEY+S/QKfQ3adbFjrYjxJ161jY Jm1EeGDtxx+jotdhSwtT5t018vt3w0LvqFZSE+6BibHrFCfkDG6xYw5VKNEpJ7lth6z9 wQnA== MIME-Version: 1.0 X-Received: by 10.152.179.196 with SMTP id di4mr53175lac.66.1383916249255; Fri, 08 Nov 2013 05:10:49 -0800 (PST) Received: by 10.114.201.69 with HTTP; Fri, 8 Nov 2013 05:10:49 -0800 (PST) In-Reply-To: <87vc03rrm2.fsf@zancas.localnet> References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> <1383400554-1832-22-git-send-email-felipe.contreras@gmail.com> <87vc03rrm2.fsf@zancas.localnet> Date: Fri, 8 Nov 2013 07:10:49 -0600 Message-ID: Subject: Re: [PATCH 21/21] vim: add help file From: Felipe Contreras To: David Bremner Content-Type: text/plain; charset=UTF-8 Cc: "notmuch@notmuchmail.org" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 13:11:01 -0000 On Fri, Nov 8, 2013 at 6:43 AM, David Bremner wrote: > Felipe Contreras writes: > >> Signed-off-by: Felipe Contreras >> --- >> debian/notmuch-vim.dirs | 1 + >> debian/notmuch-vim.install | 1 + >> vim/Makefile | 1 + >> vim/notmuch.txt | 153 +++++++++++++++++++++++++++++++++++++++++++++ >> vim/notmuch.yaml | 1 + > > I verified that these changes don't break the debian build. FWIW, I > didn't manage to invoke the notmuch help within vim, but that's probably > just invimcompetence on my part. Let me know if there is something > you'd like me to verify on the debian packages. You can probably check that it's working with this: % vim -c ":h notmuch" If that doesn't work, you might need to do this first: % vim -c ':helptags /usr/share/vim/addons/doc' -c q -- Felipe Contreras