GNU bug report logs -
#67191
[PATCH 4/6] * gnu/packages/vim.scm (vim-mundo): New variable
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67191 in the body.
You can then email your comments to 67191 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67191
; Package
guix-patches
.
(Wed, 15 Nov 2023 01:58:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nathan Merkley <nathanmerkley <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 15 Nov 2023 01:58:08 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: Ic0a96540117c55731ef8f615e916a2ef41a9d0c0
---
gnu/packages/vim.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 44ffc7bef4..3f8e673b69 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1510,3 +1510,28 @@ (define-public vim-dhall-vim
programming language")
(home-page "https://github.com/vmchale/dhall-vim")
(license license:bsd-3))))
+
+(define-public vim-mundo
+ (let ((commit "b53d35fb5ca9923302b9ef29e618ab2db4cc675e")
+ (revision "1"))
+ (package
+ (name "vim-mundo")
+ (version (string-append "3.1.0-" revision "."
+ (string-take commit 7)))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/simnalamburt/vim-mundo")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32 "1dwrarcxrh8in78igm036lpvyww60c93vmmlk8h054i3v2p8vv59"))))
+ (build-system vim-build-system)
+ (arguments
+ (list
+ #:plugin-name "Mundo"))
+ (synopsis "Vim undo tree visualizer")
+ (description "A Vim plugin to visualize the Vim undo tree")
+ (home-page "https://simnalamburt.github.io/vim-mundo/")
+ (license license:gpl2))))
--
2.41.0
bug closed, send any further explanations to
67191 <at> debbugs.gnu.org and Nathan Merkley <nathanmerkley <at> gmail.com>
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Thu, 07 Dec 2023 16:52:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 05 Jan 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.