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: Wed Mar 5 16:55:15 UTC 2025
Modified Files:
pkgsrc/editors/vim-share: PLIST distinfo version.mk
Log Message:
Update to patchlevel 9.1.1170
Changes:
- patch 9.1.1170: wildmenu highlighting in popup can be improved
- runtime(netrw): upstream snapshot of v179
- runtime(doc): fix typo "bet" in :h 'completeopt'
- patch 9.1.1169: using global variable for get_insert()/get_lambda_name()
- patch 9.1.1168: wrong flags passed down to nextwild()
- patch 9.1.1167: mark '] wrong after copying text object
- runtime(doc): update how to get Vim
- patch 9.1.1166: command-line auto-completion hard with wildmenu
- runtime(tar): use readblob() instead of shelling out to file(1)
- patch 9.1.1165: diff: regression with multi-file diff blocks
- patch 9.1.1164: [security]: code execution with tar.vim and special crafted tar files
- translation(it): Update Italian translation
- runtime(tar): fix syntax error in tar.vim
- patch 9.1.1163: $MYVIMDIR is set too late
- runtime(syntax-tests): Apply stronger synchronisation between buffers
- patch 9.1.1162: completion popup not cleared in cmdline
- patch 9.1.1161: preinsert requires bot "menu" and "menuone" to be set
- runtime(misc): add support for bzip3 to tar, vimball and gzip plugins
- patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items
- patch 9.1.1159: $MYVIMDIR may not always be set
- patch 9.1.1158: :verbose set has wrong file name with :compiler!
- runtime(netrw): correctly handle shellslash variable
- patch 9.1.1157: command completion wrong for input()
- runtime(doc): fix confusing docs for 'completeitemalign'
- patch 9.1.1156: tests: No test for what patch 9.1.1152 fixes
- patch 9.1.1155: Mode message not cleared after :silent message
- runtime(lua): Improve 'include' and make '*expr' functions script-local
- runtime(vim): Update base-syntax, match Vim9 function calls after "|"
- patch 9.1.1154: Vim9: not able to use autoload class accross scripts
- runtime(compiler): improve svelte-check
- patch 9.1.1153: build error on Haiku
- patch 9.1.1152: Patch v9.1.1151 causes problems
- runtime(new-tutor): update examples from Neovim to Vim
- nsis: add Portuguese Brazilian translation to nsis installer
- patch 9.1.1151: too many strlen() calls in getchar.c
- runtime(vim): make VimKeywordPrg even smarter for regexes
- patch 9.1.1150: :hi completion may complete to wrong value
- patch 9.1.1149: Unix Makefile does not support Brazilian lang for the installer
- patch 9.1.1148: Vim9: finding imported scripts can be further improved
- runtime(lua): Update lua ftplugin and documentation
- patch 9.1.1147: preview-window does not scroll correctly
- nsis: added support for pt-BR to installer and update README.txt
- translation(tr): Update Turkish translations
- patch 9.1.1146: Vim9: wrong context being used when evaluating class member
- patch 9.1.1145: multi-line completion has wrong indentation for last line
- runtime(netrw): runtime(netrw): upstream snapshot of v178
- patch 9.1.1144: no way to create raw strings from a blob
- patch 9.1.1143: illegal memory access when putting a register
- patch 9.1.1142: tests: test_startup fails if $HOME/$XDG_CONFIG_HOME is defined
- runtime(vim): improve &keywordprg in ftplugin
- runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands
- patch 9.1.1141: Misplaced comment in readfile()
- patch 9.1.1140: filetype: m17ndb files are not detected
- patch 9.1.1139: [fifo] is not displayed when editing a fifo
- patch 9.1.1138: cmdline completion for :hi is too simplistic
- patch 9.1.1137: ins_str() is inefficient by calling STRLEN()
- CI: Install netbeans on windows to make sure to run test_netbeans.vim
- runtime(dockerfile): set comments in filetype plugin
- runtime(compiler): include svelte-check compiler
- runtime(doc): get rid of the titlestring hack for terminal-api
- patch 9.1.1136: Match highlighting marks a buffer region as changed
- patch 9.1.1135: 'suffixesadd' doesn't work with multiple items
- runtime(filetype): move filetype detection into filetypedetect augroup
- CI: add Makefile target to verify default highlighting groups are present
- patch 9.1.1134: filetype: Guile init file not recognized
- patch 9.1.1133: filetype: xkb files not recognized everywhere
- patch 9.1.1132: Mark positions wrong after triggering multiline completion
- patch 9.1.1131: potential out-of-memory issue in search.c
- runtime(doc): remove resolved complete item from todo list
- patch 9.1.1130: 'listchars' "precedes" is not drawn on Tabs.
- runtime(sieve): set fileformat=dos in filetype plugin
- patch 9.1.1129: missing out-of-memory test in buf_write()
- runtime(mail): add commentstring '> %s' to ftplugin
- patch 9.1.1128: patch 9.1.1119 caused a regression with imports
- runtime(dnsmasq): include simple filetype plugin
- patch 9.1.1127: preinsert text is not cleaned up correctly
- patch 9.1.1126: patch 9.1.1121 used a wrong way to handle enter
- patch 9.1.1125: cannot loop through pum menu with multiline items
- patch 9.1.1124: No test for 'listchars' "precedes" with double-width char
- patch 9.1.1123: popup hi groups not falling back to defaults
- runtime(dosini): Add support for # comments to ftplugin
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.215 -r1.216 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.154 -r1.155 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.76 pkgsrc/editors/vim-share/PLIST:1.77
--- pkgsrc/editors/vim-share/PLIST:1.76 Tue Feb 18 21:15:26 2025
+++ pkgsrc/editors/vim-share/PLIST Wed Mar 5 16:55:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.76 2025/02/18 21:15:26 morr Exp $
+@comment $NetBSD: PLIST,v 1.77 2025/03/05 16:55:15 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -213,6 +213,7 @@ share/vim/${VIM_SUBDIR}/compiler/spotbug
share/vim/${VIM_SUBDIR}/compiler/stack.vim
share/vim/${VIM_SUBDIR}/compiler/standard.vim
share/vim/${VIM_SUBDIR}/compiler/stylelint.vim
+share/vim/${VIM_SUBDIR}/compiler/svelte-check.vim
share/vim/${VIM_SUBDIR}/compiler/tcl.vim
share/vim/${VIM_SUBDIR}/compiler/tex.vim
share/vim/${VIM_SUBDIR}/compiler/tidy.vim
@@ -468,6 +469,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/dictcon
share/vim/${VIM_SUBDIR}/ftplugin/dictdconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/diff.vim
share/vim/${VIM_SUBDIR}/ftplugin/dircolors.vim
+share/vim/${VIM_SUBDIR}/ftplugin/dnsmasq.vim
share/vim/${VIM_SUBDIR}/ftplugin/docbk.vim
share/vim/${VIM_SUBDIR}/ftplugin/dockerfile.vim
share/vim/${VIM_SUBDIR}/ftplugin/dosbatch.vim
@@ -591,6 +593,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/lprolog
share/vim/${VIM_SUBDIR}/ftplugin/lua.vim
share/vim/${VIM_SUBDIR}/ftplugin/luau.vim
share/vim/${VIM_SUBDIR}/ftplugin/lynx.vim
+share/vim/${VIM_SUBDIR}/ftplugin/m17ndb.vim
share/vim/${VIM_SUBDIR}/ftplugin/m3build.vim
share/vim/${VIM_SUBDIR}/ftplugin/m3quake.vim
share/vim/${VIM_SUBDIR}/ftplugin/m4.vim
@@ -884,6 +887,7 @@ share/vim/${VIM_SUBDIR}/indent/livebook.
share/vim/${VIM_SUBDIR}/indent/logtalk.vim
share/vim/${VIM_SUBDIR}/indent/lua.vim
share/vim/${VIM_SUBDIR}/indent/luau.vim
+share/vim/${VIM_SUBDIR}/indent/m17ndb.vim
share/vim/${VIM_SUBDIR}/indent/mail.vim
share/vim/${VIM_SUBDIR}/indent/make.vim
share/vim/${VIM_SUBDIR}/indent/matlab.vim
@@ -1035,7 +1039,9 @@ share/vim/${VIM_SUBDIR}/pack/dist/opt/ma
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/LICENSE.txt
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/README.md
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw.vim
-share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw/own.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw/fs.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw/msg.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw/os.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrwSettings.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/autoload/netrw_gitignore.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/doc/netrw.txt
@@ -1464,6 +1470,7 @@ share/vim/${VIM_SUBDIR}/syntax/lua.vim
share/vim/${VIM_SUBDIR}/syntax/luau.vim
share/vim/${VIM_SUBDIR}/syntax/lynx.vim
share/vim/${VIM_SUBDIR}/syntax/lyrics.vim
+share/vim/${VIM_SUBDIR}/syntax/m17ndb.vim
share/vim/${VIM_SUBDIR}/syntax/m3build.vim
share/vim/${VIM_SUBDIR}/syntax/m3quake.vim
share/vim/${VIM_SUBDIR}/syntax/m4.vim
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.215 pkgsrc/editors/vim-share/distinfo:1.216
--- pkgsrc/editors/vim-share/distinfo:1.215 Tue Feb 18 21:15:26 2025
+++ pkgsrc/editors/vim-share/distinfo Wed Mar 5 16:55:15 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.215 2025/02/18 21:15:26 morr Exp $
+$NetBSD: distinfo,v 1.216 2025/03/05 16:55:15 morr Exp $
-BLAKE2s (vim-9.1.1122.tar.gz) = b85bec0b4a98becaaff21bd84f283151d20345b0948856bb397cb0dbb83f6b58
-SHA512 (vim-9.1.1122.tar.gz) = 573f7a028386eafe0222270a69c7e358ee5f4d2b1b6522ced45800cbebbe0e84a99719068cd931460be19e69d1c175743fd7f6d95005b2066a02c889a9c8eb0e
-Size (vim-9.1.1122.tar.gz) = 18489652 bytes
+BLAKE2s (vim-9.1.1170.tar.gz) = b50127105480afbe9a34a912016aa56991627095c78d9d001a49b1d84c3c20ca
+SHA512 (vim-9.1.1170.tar.gz) = 17131b04eb6d375b40420f9d958375fca4445ad8ec669e35ef5ba18d8023db23cad2eb431ca5b4fcb28c6806d9ccd1a8cca2a89018589199d70ada169feeb00d
+Size (vim-9.1.1170.tar.gz) = 18512114 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.154 pkgsrc/editors/vim-share/version.mk:1.155
--- pkgsrc/editors/vim-share/version.mk:1.154 Tue Feb 18 21:15:26 2025
+++ pkgsrc/editors/vim-share/version.mk Wed Mar 5 16:55:15 2025
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.154 2025/02/18 21:15:26 morr Exp $
+# $NetBSD: version.mk,v 1.155 2025/03/05 16:55:15 morr Exp $
VIM_VERSION= 9.1
-VIM_PATCHLEVEL= 1122
+VIM_PATCHLEVEL= 1170
# 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