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: Thu Oct 17 17:14:39 UTC 2024
Modified Files:
pkgsrc/editors/vim-share: PLIST distinfo version.mk
Log Message:
Update to version 9.1.0789.
Changelog:
- patch 9.1.0789: tests: ':resize + 5' has invalid space after '+'
- patch 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot
- patch 9.1.0787: cursor position changed when using hidden terminal
- patch 9.1.0786: tests: quickfix update test does not test location list
- patch 9.1.0785: cannot preserve error position when setting quickfix list
- patch 9.1.0784: there are several problems with python 3.13
- patch 9.1.0783: 'spell' option setting has problems
- patch 9.1.0782: tests: using wrong neomuttlog file name
- patch 9.1.0781: tests: test_filetype fails
- patch 9.1.0780: MS-Windows: incorrect Win32 error checking
- patch 9.1.0779: filetype: neomuttlog files are not recognized
- patch 9.1.0778: filetype: lf config files are not recognized
- patch 9.1.0777: filetype: Some upstream php files are not recognized
- patch 9.1.0776: test_strftime may fail because of missing TZ data
- patch 9.1.0775: tests: not enough tests for setting options
- patch 9.1.0774: "shellcmdline" doesn't work with getcompletion()
- patch 9.1.0773: filetype: some Apache files are not recognized
- patch 9.1.0772: some missing changes from v9.1.0771
- patch 9.1.0771: completion attribute hl_group is confusing
- patch 9.1.0770: current command line completion is a bit limited
- patch 9.1.0769: filetype: MLIR files are not recognized
- patch 9.1.0768: MS-Windows: incorrect cursor position when restoring screen
- patch 9.1.0767: A condition is always true in ex_getln.c
- patch 9.1.0766: too many strlen() calls in ex_getln.c
- patch 9.1.0765: No test for patches 6.2.418 and 7.3.489
- patch 9.1.0764: [security]: use-after-free when closing a buffer
- patch 9.1.0763: tests: cannot run single syntax tests
- patch 9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed correctly
- patch 9.1.0761: :cd completion fails on Windows with backslash in path
- patch 9.1.0760: tests: no error reported, if gen_opt_test.vim fails
- patch 9.1.0759: screenpos() may return invalid position
- patch 9.1.0758: it's possible to set an invalid key to 'wildcharm'
- patch 9.1.0757: tests: messages files contains ANSI escape sequences
- patch 9.1.0756: missing change from patch v9.1.0754
- patch 9.1.0755: quickfix list does not handle hardlinks well
- patch 9.1.0754: fixed order of items in insert-mode completion menu
- patch 9.1.0753: Wrong display when typing in diff mode with 'smoothscroll'
- patch 9.1.0752: can set 'cedit' to an invalid value
- patch 9.1.0751: Error callback for term_start() not used
- patch 9.1.0750: there are some Win9x legacy references
- patch 9.1.0749: filetype: http files not recognized
- patch 9.1.0748: :keep* commmands are sometimes misidentified as :k
- patch 9.1.0747: various typos in repo found
- patch 9.1.0746: tests: Test_halfpage_longline() fails on large terminals
- patch 9.1.0745: filetype: bun and deno history files not recognized
- patch 9.1.0744: filetype: notmuch configs are not recognised
- patch 9.1.0743: diff mode does not handle overlapping diffs correctly
- patch 9.1.0742: getcmdprompt() implementation can be improved
- patch 9.1.0741: No way to get prompt for input()/confirm()
- patch 9.1.0740: incorrect internal diff with empty file
- patch 9.1.0739: [security]: use-after-free in ex_getln.c
- patch 9.1.0738: filetype: rapid files are not recognized
- patch 9.1.0737: tests: screendump tests may require a bit more time
- patch 9.1.0736: Unicode tables are outdated
- patch 9.1.0735: filetype: salt files are not recognized
- patch 9.1.0734: filetype: jinja files are not recognized
- patch 9.1.0733: keyword completion does not work with fuzzy
- patch 9.1.0732: xxd: cannot use -b and -i together
- patch 9.1.0731: inconsistent case sensitive extension matching
- patch 9.1.0730: Crash with cursor-screenline and narrow window
- patch 9.1.0729: Wrong cursor-screenline when resizing window
- patch 9.1.0728: [security]: heap-use-after-free in garbage collection with location list user data
- patch 9.1.0727: too many strlen() calls in option.c
- patch 9.1.0726: not using correct python3 API with dynamic linking
- patch 9.1.0725: filetype: swiftinterface files are not recognized
- patch 9.1.0724: if_python: link error with python 3.13 and stable ABI
- patch 9.1.0723: if_python: dynamic linking fails with python3 >= 3.13
- patch 9.1.0722: crash with large id in text_prop interface
- patch 9.1.0721: tests: test_mksession does not consider XDG_CONFIG_HOME
- patch 9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs
- patch 9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars' invalid
- patch 9.1.0718: hard to know the users personal Vim Runtime Directory
- patch 9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifiers()
- patch 9.1.0716: resetting setcellwidth() doesn't update the screen
- patch 9.1.0715: Not correctly parsing color names (after v9.1.0709)
- patch 9.1.0714: tests: GuiEnter_Turkish test may fail
- patch 9.1.0713: Newline causes E749 in Ex mode
- patch 9.1.0712: tests: missing dependency of Test_gettext_makefile
- patch 9.1.0711: tests: test_xxd may file when using different xxd
- patch 9.1.0710: popup window may hide part of Command line
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.211 -r1.212 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.150 -r1.151 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/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.72 pkgsrc/editors/vim-share/PLIST:1.73
--- pkgsrc/editors/vim-share/PLIST:1.72 Tue Sep 3 18:31:21 2024
+++ pkgsrc/editors/vim-share/PLIST Thu Oct 17 17:14:39 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.72 2024/09/03 18:31:21 morr Exp $
+@comment $NetBSD: PLIST,v 1.73 2024/10/17 17:14:39 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -31,7 +31,9 @@ share/vim/${VIM_SUBDIR}/autoload/gnat.vi
share/vim/${VIM_SUBDIR}/autoload/gzip.vim
share/vim/${VIM_SUBDIR}/autoload/hare.vim
share/vim/${VIM_SUBDIR}/autoload/haskellcomplete.vim
+share/vim/${VIM_SUBDIR}/autoload/hcl.vim
share/vim/${VIM_SUBDIR}/autoload/htmlcomplete.vim
+share/vim/${VIM_SUBDIR}/autoload/javaformat.vim
share/vim/${VIM_SUBDIR}/autoload/javascriptcomplete.vim
share/vim/${VIM_SUBDIR}/autoload/modula2.vim
share/vim/${VIM_SUBDIR}/autoload/netrw.vim
@@ -110,6 +112,7 @@ share/vim/${VIM_SUBDIR}/compiler/cargo.v
share/vim/${VIM_SUBDIR}/compiler/checkstyle.vim
share/vim/${VIM_SUBDIR}/compiler/cm3.vim
share/vim/${VIM_SUBDIR}/compiler/context.vim
+share/vim/${VIM_SUBDIR}/compiler/cppcheck.vim
share/vim/${VIM_SUBDIR}/compiler/cs.vim
share/vim/${VIM_SUBDIR}/compiler/csslint.vim
share/vim/${VIM_SUBDIR}/compiler/cucumber.vim
@@ -142,6 +145,7 @@ share/vim/${VIM_SUBDIR}/compiler/gjs.vim
share/vim/${VIM_SUBDIR}/compiler/gm2.vim
share/vim/${VIM_SUBDIR}/compiler/gnat.vim
share/vim/${VIM_SUBDIR}/compiler/go.vim
+share/vim/${VIM_SUBDIR}/compiler/groff.vim
share/vim/${VIM_SUBDIR}/compiler/haml.vim
share/vim/${VIM_SUBDIR}/compiler/hare.vim
share/vim/${VIM_SUBDIR}/compiler/hp_acc.vim
@@ -158,6 +162,7 @@ share/vim/${VIM_SUBDIR}/compiler/jjs.vim
share/vim/${VIM_SUBDIR}/compiler/jq.vim
share/vim/${VIM_SUBDIR}/compiler/jshint.vim
share/vim/${VIM_SUBDIR}/compiler/jsonlint.vim
+share/vim/${VIM_SUBDIR}/compiler/make.vim
share/vim/${VIM_SUBDIR}/compiler/mcs.vim
share/vim/${VIM_SUBDIR}/compiler/mips_c.vim
share/vim/${VIM_SUBDIR}/compiler/mipspro_c89.vim
@@ -493,6 +498,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/gitconf
share/vim/${VIM_SUBDIR}/ftplugin/gitignore.vim
share/vim/${VIM_SUBDIR}/ftplugin/gitrebase.vim
share/vim/${VIM_SUBDIR}/ftplugin/gitsendemail.vim
+share/vim/${VIM_SUBDIR}/ftplugin/gleam.vim
share/vim/${VIM_SUBDIR}/ftplugin/go.vim
share/vim/${VIM_SUBDIR}/ftplugin/goaccess.vim
share/vim/${VIM_SUBDIR}/ftplugin/gomod.vim
@@ -508,6 +514,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/hamster
share/vim/${VIM_SUBDIR}/ftplugin/hare.vim
share/vim/${VIM_SUBDIR}/ftplugin/haredoc.vim
share/vim/${VIM_SUBDIR}/ftplugin/haskell.vim
+share/vim/${VIM_SUBDIR}/ftplugin/hcl.vim
share/vim/${VIM_SUBDIR}/ftplugin/heex.vim
share/vim/${VIM_SUBDIR}/ftplugin/help.vim
share/vim/${VIM_SUBDIR}/ftplugin/hgcommit.vim
@@ -518,6 +525,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/hostsac
share/vim/${VIM_SUBDIR}/ftplugin/html.vim
share/vim/${VIM_SUBDIR}/ftplugin/htmlangular.vim
share/vim/${VIM_SUBDIR}/ftplugin/htmldjango.vim
+share/vim/${VIM_SUBDIR}/ftplugin/http.vim
share/vim/${VIM_SUBDIR}/ftplugin/hurl.vim
share/vim/${VIM_SUBDIR}/ftplugin/hyprlang.vim
share/vim/${VIM_SUBDIR}/ftplugin/i3config.vim
@@ -580,6 +588,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/mediawi
share/vim/${VIM_SUBDIR}/ftplugin/mermaid.vim
share/vim/${VIM_SUBDIR}/ftplugin/meson.vim
share/vim/${VIM_SUBDIR}/ftplugin/mf.vim
+share/vim/${VIM_SUBDIR}/ftplugin/mlir.vim
share/vim/${VIM_SUBDIR}/ftplugin/mma.vim
share/vim/${VIM_SUBDIR}/ftplugin/modconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/modula2.vim
@@ -816,6 +825,7 @@ share/vim/${VIM_SUBDIR}/indent/gyp.vim
share/vim/${VIM_SUBDIR}/indent/haml.vim
share/vim/${VIM_SUBDIR}/indent/hamster.vim
share/vim/${VIM_SUBDIR}/indent/hare.vim
+share/vim/${VIM_SUBDIR}/indent/hcl.vim
share/vim/${VIM_SUBDIR}/indent/hog.vim
share/vim/${VIM_SUBDIR}/indent/html.vim
share/vim/${VIM_SUBDIR}/indent/htmldjango.vim
@@ -901,6 +911,7 @@ share/vim/${VIM_SUBDIR}/indent/systemver
share/vim/${VIM_SUBDIR}/indent/tcl.vim
share/vim/${VIM_SUBDIR}/indent/tcsh.vim
share/vim/${VIM_SUBDIR}/indent/teraterm.vim
+share/vim/${VIM_SUBDIR}/indent/terraform.vim
share/vim/${VIM_SUBDIR}/indent/tex.vim
share/vim/${VIM_SUBDIR}/indent/tf.vim
share/vim/${VIM_SUBDIR}/indent/thrift.vim
@@ -1299,6 +1310,7 @@ share/vim/${VIM_SUBDIR}/syntax/haskell.v
share/vim/${VIM_SUBDIR}/syntax/haste.vim
share/vim/${VIM_SUBDIR}/syntax/hastepreproc.vim
share/vim/${VIM_SUBDIR}/syntax/hb.vim
+share/vim/${VIM_SUBDIR}/syntax/hcl.vim
share/vim/${VIM_SUBDIR}/syntax/help.vim
share/vim/${VIM_SUBDIR}/syntax/help_ru.vim
share/vim/${VIM_SUBDIR}/syntax/hercules.vim
@@ -1342,6 +1354,7 @@ share/vim/${VIM_SUBDIR}/syntax/javascrip
share/vim/${VIM_SUBDIR}/syntax/javascriptreact.vim
share/vim/${VIM_SUBDIR}/syntax/jess.vim
share/vim/${VIM_SUBDIR}/syntax/jgraph.vim
+share/vim/${VIM_SUBDIR}/syntax/jinja.vim
share/vim/${VIM_SUBDIR}/syntax/jj.vim
share/vim/${VIM_SUBDIR}/syntax/jovial.vim
share/vim/${VIM_SUBDIR}/syntax/jproperties.vim
@@ -1367,6 +1380,7 @@ share/vim/${VIM_SUBDIR}/syntax/ldapconf.
share/vim/${VIM_SUBDIR}/syntax/ldif.vim
share/vim/${VIM_SUBDIR}/syntax/less.vim
share/vim/${VIM_SUBDIR}/syntax/lex.vim
+share/vim/${VIM_SUBDIR}/syntax/lf.vim
share/vim/${VIM_SUBDIR}/syntax/lftp.vim
share/vim/${VIM_SUBDIR}/syntax/lhaskell.vim
share/vim/${VIM_SUBDIR}/syntax/libao.vim
@@ -1452,6 +1466,7 @@ share/vim/${VIM_SUBDIR}/syntax/nasm.vim
share/vim/${VIM_SUBDIR}/syntax/nastran.vim
share/vim/${VIM_SUBDIR}/syntax/natural.vim
share/vim/${VIM_SUBDIR}/syntax/ncf.vim
+share/vim/${VIM_SUBDIR}/syntax/neomuttlog.vim
share/vim/${VIM_SUBDIR}/syntax/neomuttrc.vim
share/vim/${VIM_SUBDIR}/syntax/netrc.vim
share/vim/${VIM_SUBDIR}/syntax/netrw.vim
@@ -1572,6 +1587,7 @@ share/vim/${VIM_SUBDIR}/syntax/rst.vim
share/vim/${VIM_SUBDIR}/syntax/rtf.vim
share/vim/${VIM_SUBDIR}/syntax/ruby.vim
share/vim/${VIM_SUBDIR}/syntax/rust.vim
+share/vim/${VIM_SUBDIR}/syntax/salt.vim
share/vim/${VIM_SUBDIR}/syntax/samba.vim
share/vim/${VIM_SUBDIR}/syntax/sas.vim
share/vim/${VIM_SUBDIR}/syntax/sass.vim
@@ -1687,6 +1703,7 @@ share/vim/${VIM_SUBDIR}/syntax/tcsh.vim
share/vim/${VIM_SUBDIR}/syntax/template.vim
share/vim/${VIM_SUBDIR}/syntax/teraterm.vim
share/vim/${VIM_SUBDIR}/syntax/terminfo.vim
+share/vim/${VIM_SUBDIR}/syntax/terraform.vim
share/vim/${VIM_SUBDIR}/syntax/tex.vim
share/vim/${VIM_SUBDIR}/syntax/texinfo.vim
share/vim/${VIM_SUBDIR}/syntax/texmf.vim
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.211 pkgsrc/editors/vim-share/distinfo:1.212
--- pkgsrc/editors/vim-share/distinfo:1.211 Tue Sep 3 18:31:21 2024
+++ pkgsrc/editors/vim-share/distinfo Thu Oct 17 17:14:39 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.211 2024/09/03 18:31:21 morr Exp $
+$NetBSD: distinfo,v 1.212 2024/10/17 17:14:39 morr Exp $
-BLAKE2s (vim-9.1.0709.tar.gz) = 939e7de3f07d5998b909b9f8b105c9fb9a88e119979548d98a1d8322934dc899
-SHA512 (vim-9.1.0709.tar.gz) = 54231b0010a1d35c760bcff5eb81a772ffac5e3fd010b5c7c5060a20fb62a01f6cfd35e840362733da3575d18ac6d1304e04c01cbd6085c88d34ffcf67cda64c
-Size (vim-9.1.0709.tar.gz) = 18086034 bytes
+BLAKE2s (vim-9.1.0789.tar.gz) = bc205769dda434f8b100fd7f500faf039c389208818455fd59fd3534c882956b
+SHA512 (vim-9.1.0789.tar.gz) = 297f030221e9a7794c0cd087eb56489281569ed292bcf19f83f876dbc52f32d9935ca3b3b3cf688980405a979ab9cea6d1628de5cfcf72cd772f412cf830dad4
+Size (vim-9.1.0789.tar.gz) = 18231205 bytes
SHA1 (patch-Makefile) = d05c1b787804bc0907cbb9476d54aef558ceddad
SHA1 (patch-feature.h) = e7d3385dc09e0ed7d45577344e9988264c0de4dd
Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.150 pkgsrc/editors/vim-share/version.mk:1.151
--- pkgsrc/editors/vim-share/version.mk:1.150 Tue Sep 3 18:31:21 2024
+++ pkgsrc/editors/vim-share/version.mk Thu Oct 17 17:14:39 2024
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.150 2024/09/03 18:31:21 morr Exp $
+# $NetBSD: version.mk,v 1.151 2024/10/17 17:14:39 morr Exp $
VIM_VERSION= 9.1
-VIM_PATCHLEVEL= 0709
+VIM_PATCHLEVEL= 0789
# Changelog: see https://github.com/vim/vim/commits/master/ or
# with git clone: $ git log --pretty=format:"- %s"
VIM_SUBDIR= vim91
Home |
Main Index |
Thread Index |
Old Index