pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   morr
Date:           Fri Jul 31 13:26:12 UTC 2026

Modified Files:
        pkgsrc/editors/vim-share: distinfo version.mk

Log Message:
Update vim to version 9.2.0859

Changes:
- patch 9.2.0859: GTK2: Link error
- runtime(python): highlight the 'lazy' soft keyword
- patch 9.2.0858: MS-Windows GUI: white flash when VimEnter is slow
- patch 9.2.0857: popup: opacity popup over a terminal is not cleared when closed
- runtime(python): Fix indenting for brackets within python byte strings
- runtime(sh): fix Bash/Ksh array highlighting after an escaped paren
- patch 9.2.0856: GTK4: undercurl rendering is inefficient
- CI: Bump the github-actions group across 1 directory with 3 updates
- patch 9.2.0855: 'showcmd' not redrawn with empty mapping triggered on timeout
- runtime(osc52): don't use osc52 provider if gui is running
- runtime(doc): clarify expandcmd() and "~" behaviour
- runtime(doc): Tweak documentation style a bit
- runtime(doc): remove incorrect note about spellcapcheck and the first word
- runtime(doc): document &t_8u as &t_8f and &t_8b


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.178 -r1.179 pkgsrc/editors/vim-share/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.242 pkgsrc/editors/vim-share/distinfo:1.243
--- pkgsrc/editors/vim-share/distinfo:1.242     Sat Jul 25 18:15:50 2026
+++ pkgsrc/editors/vim-share/distinfo   Fri Jul 31 13:26:11 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.242 2026/07/25 18:15:50 morr Exp $
+$NetBSD: distinfo,v 1.243 2026/07/31 13:26:11 morr Exp $
 
-BLAKE2s (vim-9.2.0854.tar.gz) = a20f2a9837287c86ac2b1d944275b262bc49c27f8c20a7b9a1a2f4034ffc0d98
-SHA512 (vim-9.2.0854.tar.gz) = 241fc54c012b284069dc7269db19d2cd962ce36481b74916f22555828b6a9a2b8aa5d8b7ad1f9311187a7a67e513644e9e08ae1cda8f53c48ea662a06947400c
-Size (vim-9.2.0854.tar.gz) = 19963651 bytes
+BLAKE2s (vim-9.2.0859.tar.gz) = dc6a7bccdd8c6fb2aa506d6bdda451979e4e8e0ac184437fded781b8cae99f10
+SHA512 (vim-9.2.0859.tar.gz) = 6da861db1550da53f44af4ae6ec7f4dd55404020b4376c3c719c2e1d99fe4d9427e94fa72bbc2db8507bb9a4848fbd2a3b5f7713df8b58164d9668b22ab074cf
+Size (vim-9.2.0859.tar.gz) = 19964031 bytes
 SHA1 (patch-Makefile) = ba433a222f8dc24dabb0b3fabce219acb4565358
 SHA1 (patch-feature.h) = 24b1068cf023c90d9efaad7fe4d5b653c50989d1
 SHA1 (patch-popupwin.c) = 0b82a5b9050beaec1a0b6c4f4babcc3621bd075f

Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.178 pkgsrc/editors/vim-share/version.mk:1.179
--- pkgsrc/editors/vim-share/version.mk:1.178   Sat Jul 25 18:15:50 2026
+++ pkgsrc/editors/vim-share/version.mk Fri Jul 31 13:26:11 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.178 2026/07/25 18:15:50 morr Exp $
+# $NetBSD: version.mk,v 1.179 2026/07/31 13:26:11 morr Exp $
 
 VIM_VERSION=           9.2
-VIM_PATCHLEVEL=                0854
+VIM_PATCHLEVEL=                0859
 # Changelog: see https://github.com/vim/vim/commits/master/ or
 # with git clone: $ git log --pretty=format:"- %s" v<old_version>...HEAD
 VIM_SUBDIR=            vim92



Home | Main Index | Thread Index | Old Index