guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH]: Add vifm.


From: Ludovic Courtès
Subject: Re: [PATCH]: Add vifm.
Date: Wed, 09 Nov 2016 16:33:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Efraim Flashner <address@hidden> skribis:

> From af664191553bff15c2cde4fa0c85b693037fb4d3 Mon Sep 17 00:00:00 2001
> From: Efraim Flashner <address@hidden>
> Date: Wed, 9 Nov 2016 13:49:07 +0200
> Subject: [PATCH] gnu: Add vifm.
>
> * gnu/packages/vim.scm (vifm): New variable.

[...]

> +          (lambda _
> +            (substitute* (find-files "tests" "\\.c$")
> +                         (("/bin/sh") (which "sh")))

Please align the line below the ‘u’ of ‘substitute*’.

> +    (synopsis "Flexible vi-like file manager using ncurses")
> +    (description "Vifm is a file manager providing a @code{vi}-like usage
> +experience.  It has similar keybindings and modes (e.g. normal, command line,
> +visual).  The interface uses ncurses, thus vifm can be used in text-only
> +environments.  It supports a wide range of features, some of which are known
> +from the @code{vi}-editor:

“the @command{vi} editor:”

Otherwise LGTM, thanks!

Ludo’.



reply via email to

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