guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vim: Update to 9.0.0719.


From: guix-commits
Subject: branch master updated: gnu: vim: Update to 9.0.0719.
Date: Tue, 11 Oct 2022 04:44:58 -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 ff19460696 gnu: vim: Update to 9.0.0719.
ff19460696 is described below

commit ff19460696ff96ca6f49cd1c74c94ba73599dd2a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 11 10:37:16 2022 +0300

    gnu: vim: Update to 9.0.0719.
    
    * gnu/packages/vim.scm (vim): Update to 9.0.0719.
    [arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another
    test assuming shell path filelength.
---
 gnu/packages/vim.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 901527e159..ed24c39be2 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -77,7 +77,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "9.0.0594")
+    (version "9.0.0719")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -86,7 +86,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0rb1385pwz75z342b4915gp8212xipp38z9qlaxdqdy3x5m16lcp"))))
+               "1fmy2yf83w9429dp3hyx2l24mffjqmaxqcabdyyjcvmgx7zp3bii"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -99,6 +99,7 @@
                             "src/testdir/test_filetype.vim"
                             "src/testdir/test_normal.vim"
                             "src/testdir/test_popupwin.vim"
+                            "src/testdir/test_prompt_buffer.vim"
                             "src/testdir/test_shell.vim"
                             "src/testdir/test_suspend.vim"
                             "src/testdir/test_terminal.vim"
@@ -125,6 +126,9 @@
              ;; actions.  The path of the bash binary is shown, which results 
in
              ;; a difference being detected.  Patching the expected result is
              ;; non-trivial due to the special format used, so skip the test.
+             (substitute* "src/testdir/test_messages.vim"
+               ((".*Test_echo_verbose_system.*" line)
+                (string-append line "return\n")))
              (substitute* "src/testdir/test_terminal.vim"
                ((".*Test_open_term_from_cmd.*" line)
                 (string-append line "return\n"))



reply via email to

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