GNU bug report logs -
#67188
[PATCH 2/6] * gnu/packages/vim.scm (vim-guile): 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 67188 in the body.
You can then email your comments to 67188 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#67188
; Package
guix-patches
.
(Wed, 15 Nov 2023 01:58:05 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:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: I2f69a563681693de9af563caa545f6421f61a093
---
gnu/packages/vim.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index d0877033b9..38e651388f 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1454,3 +1454,32 @@ (define-public vim-commentary
:g/TODO/Commentary.")
(home-page "https://www.vim.org/scripts/script.php?script_id=3695")
(license license:vim))))
+
+(define-public vim-guile
+ (let ((commit "f76959a9dbdc69cde018901de82ac5a3d443843c")
+ (revision "1"))
+ (package
+ (name "vim-guile")
+ (version (string-append "0.0.0-" revision "."
+ (string-take commit 7)))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/HiPhish/guile.vim")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32 "1pqlhssdnpd8ngjc5bssma7ddjhffvh8hj67gchmyyxr5jfxwdq9"))))
+ (build-system vim-build-system)
+ (arguments
+ (list
+ #:plugin-name "guile.vim"))
+ (synopsis "Syntax highlighting for GNU Guile")
+ (description
+ "This plugin extends Vim's Scheme support to include the additions to
+the language provided by the GNU Guile implementation. The plugin automatically
+detects whether a Scheme file is a Guile file and adds syntax highlighting for
+Guile's special forms.")
+ (home-page "https://github.com/HiPhish/guile.vim")
+ (license license:expat))))
--
2.41.0
bug closed, send any further explanations to
67188 <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:02 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:08 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.