emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39788: closed ([PATCH] gnu: Add vim-asyncrun.)


From: GNU bug Tracking System
Subject: bug#39788: closed ([PATCH] gnu: Add vim-asyncrun.)
Date: Mon, 09 Mar 2020 12:49:01 +0000

Your message dated Mon, 9 Mar 2020 14:48:08 +0200
with message-id <20200309124808.GO1423@E5400>
and subject line Re: [PATCH] gnu: Add vim-asyncrun.
has caused the debbugs.gnu.org bug report #39788,
regarding [PATCH] gnu: Add vim-asyncrun.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39788: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39788
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add vim-asyncrun. Date: Tue, 25 Feb 2020 18:08:29 +0200
* gnu/packages/vim.scm (vim-asyncrun): New variable.
---
 gnu/packages/vim.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 67f245b26d..5448aaa1b8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -31,6 +31,7 @@
   #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module (guix build-system cmake)
+  #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
@@ -983,3 +984,28 @@ through its msgpack-rpc API.")
     (synopsis "Guix integration in Vim")
     (description "This package provides support for GNU Guix in Vim.")
     (license license:vim)))
+
+(define-public vim-asyncrun
+  (package
+    (name "vim-asyncrun")
+    (version "2.4.9")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/skywind3000/asyncrun.vim";)
+                     (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0z64pkf37h3daqkry54ci3ars9wkrjskblgfpn29cwgmqg55n76n"))))
+    (build-system copy-build-system)
+    (arguments
+     '(#:install-plan
+       '(("plugin" "share/vim/vimfiles/")
+         ("doc/" "share/vim/vimfiles/doc" #:include ("asyncrun.txt")))))
+    (home-page "https://github.com/skywind3000/asyncrun.vim";)
+    (synopsis "Run Async Shell Commands in Vim")
+    (description "This plugin takes the advantage of new APIs in Vim 8 (and
+NeoVim) to enable you to run shell commands in background and read output in 
the
+quickfix window in realtime.")
+    (license license:expat)))
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add vim-asyncrun. Date: Mon, 9 Mar 2020 14:48:08 +0200
I bumped it to the lastest version and pushed it.


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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