Re: [PATCH 21/21] vim: add help file

Subject: Re: [PATCH 21/21] vim: add help file

Date: Fri, 8 Nov 2013 07:10:49 -0600

To: David Bremner

Cc: notmuch@notmuchmail.org

From: Felipe Contreras


On Fri, Nov 8, 2013 at 6:43 AM, David Bremner <david@tethera.net> wrote:
> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>> ---
>>  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

Thread: