all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 50844@debbugs.gnu.org
Cc: Steve George <steve@futurile.net>
Subject: [bug#50844] [PATCH] Update vim to v8.2.3487
Date: Sat,  9 Oct 2021 12:57:26 +0100	[thread overview]
Message-ID: <20211009115726.2387295-1-steve@futurile.net> (raw)
In-Reply-To: <20210927083219.2256220-1-steve@futurile.net>

Updated patch adding testdir/test_shell.vim to path substitutions as
Efraim said. Note this builds v8.2.3487 (original patch was v8.2.3455)

---
 gnu/packages/vim.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index ee836d2789..c55908de08 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -73,7 +73,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.2689")
+    (version "8.2.3487")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -82,7 +82,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0l0hkr8cw7fdsfc5zzcxx3q1wmv9k3hrgalvffq0l69lviqdgh0p"))))
+               "1s09jvr1vv9zjk352vbfidfy5fidbf83kz2vk0kk6zv24j1yck24"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -98,6 +98,7 @@
              (substitute* '("src/testdir/Makefile"
                             "src/testdir/test_normal.vim"
                             "src/testdir/test_popupwin.vim"
+                            "src/testdir/test_shell.vim"
                             "src/testdir/test_system.vim"
                             "src/testdir/test_terminal.vim"
                             "src/testdir/test_terminal2.vim")
-- 
2.17.1





  parent reply	other threads:[~2021-10-09 12:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27  8:32 [bug#50844] [PATCH] Update vim to v8.2.3455 Steve George
2021-09-30  9:19 ` Efraim Flashner
2021-10-03 15:56   ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-05 11:25     ` Steve George
2021-10-05 12:33       ` Efraim Flashner
2021-10-09 11:57 ` Steve George [this message]
2021-10-10  6:10   ` bug#50844: [PATCH] Update vim to v8.2.3487 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211009115726.2387295-1-steve@futurile.net \
    --to=steve@futurile.net \
    --cc=50844@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.