me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.2632.

* gnu/packages/vim.scm (vim): Update to 8.2.2632.
[arguments]: Disable another test (Test_combining_double_width).
master
Tobias Geerinckx-Rice 2021-03-21 15:15:36 +01:00
parent f03a2e99fa
commit ebe967e1b7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 20182021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 HiPhish <hiphish@posteo.de>
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2019, 2020 Jakub Kądziołka <kuba@kadziolka.net>
@ -71,7 +71,7 @@
(define-public vim
(package
(name "vim")
(version "8.2.2067")
(version "8.2.2632")
(source (origin
(method git-fetch)
(uri (git-reference
@ -80,7 +80,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"02cd953h69k9klrcwi756namwg39ka7if9ccc399ihb1l5f3kr66"))))
"0f80im1swja58n99696zslyzapsx8pyf545pmpzvy173ymnvm6nq"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
@ -132,6 +132,8 @@
((".*Test_open_term_from_cmd.*" line)
(string-append line "return\n"))
((".*Test_terminal_postponed_scrollback.*" line)
(string-append line "return\n"))
((".*Test_combining_double_width.*" line)
(string-append line "return\n")))
(substitute* "src/testdir/test_popupwin.vim"
((".*Test_popup_drag_termwin.*" line)