guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29459] [PATCH] gnu: Add vim-fugitive.


From: Ludovic Courtès
Subject: [bug#29459] [PATCH] gnu: Add vim-fugitive.
Date: Mon, 27 Nov 2017 15:02:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Efraim Flashner <address@hidden> skribis:

> * gnu/packages/vim.scm (vim-fugitive): New variable.

[...]

> +(define-public vim-fugitive
> +  (let ((commit "de6c05720cdf74c0218218d7207f700232a5b6dc")
> +        (revision "1"))
> +    (package
> +      (name "vim-fugitive")
> +      (version (string-append "2.2-" revision "." (string-take commit 7)))

Do we really need to use a snapshot?  If so, please add a comment to
explain.

Otherwise LGTM.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]