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
parent
f03a2e99fa
commit
ebe967e1b7
|
@ -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 © 2018–2021 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)
|
||||
|
|
Reference in New Issue