guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vim-guix-vim: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: vim-guix-vim: Update to 0.2.0.
Date: Mon, 28 Jun 2021 07:59:46 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 408a269  gnu: vim-guix-vim: Update to 0.2.0.
408a269 is described below

commit 408a26992966ce96ba3905b2c9b9715d50cb4018
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 28 14:56:18 2021 +0300

    gnu: vim-guix-vim: Update to 0.2.0.
    
    * gnu/packages/vim.scm (vim-guix-vim): Update to 0.2.0.
    [arguments]: Also install autoload, plugin directories.
---
 gnu/packages/vim.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 7a37162..145a252 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -896,7 +896,7 @@ through its msgpack-rpc API.")
 (define-public vim-guix-vim
   (package
     (name "vim-guix-vim")
-    (version "0.1.1")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -905,15 +905,17 @@ through its msgpack-rpc API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10bfy0dgwizxr56b4272b7sqajpr6lnz332pzx055dis2zzjap8z"))))
+                "1gsdjxf6f6zcjg5az78570b5m68lgsfn20ld16y7zbagwh51lj20"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
-       '(("compiler" "share/vim/vimfiles/")
+       '(("autoload" "share/vim/vimfiles/")
+         ("compiler" "share/vim/vimfiles/")
          ("doc" "share/vim/vimfiles/")
          ("indent" "share/vim/vimfiles/")
          ("ftdetect" "share/vim/vimfiles/")
          ("ftplugin" "share/vim/vimfiles/")
+         ("plugin" "share/vim/vimfiles/")
          ("syntax" "share/vim/vimfiles/"))))
     (home-page "https://gitlab.com/Efraim/guix.vim";)
     (synopsis "Guix integration in Vim")



reply via email to

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