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 Aug 28 20:12:48 UTC 2026

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

Log Message:
Update to version 9.2.1020.

Changes:
- patch 9.2.1020: autocmd: crash when 'eventignore' is changed while it is being set
- patch 9.2.1019: completion asked for during 'autocompletedelay' looks automatic
- patch 9.2.1018: filetype: radvd config files are not recognized
- patch 9.2.1017: heap-use-after-free in ml_open_file()
- patch 9.2.1016: tests: viminfo bar line length overflow test fails under ASAN
- patch 9.2.1015: Vim9: v:errmsg is set while looking ahead at a command
- runtime(doc): Fix typo in previewpopup option
- runtime(html): match plain tag and attribute names as keywords
- runtime(vim): Update base syntax, link straggler regexp groups
- runtime(ed): Update syntax, add links to Regexp highlight group
- runtime(doc): Clarify the use of the terminal api
- patch 9.2.1014: [security]: overflow in undo file entry size check on 32-bit arch
- patch 9.2.1013: [security]: out-of-bounds access in libvterm CSI 8 t resize
- patch 9.2.1012: tests: no enough testing for complete_info() "auto"
- runtime(doc): Docs should use use "regexp" not "regex"
- runtime(vim): Update base syntax, link pattern groups to Regexp
- patch 9.2.1011: [security]: arbitrary Ex command execution during C omni-completion
- patch 9.2.1010: compile error when folding feature is disabled
- patch 9.2.1009: duplicate dict code in ins_compl_dict_alloc()
- runtime(syntax): Add Regexp default highlight group
- patch 9.2.1008: Vim9: hang when a line break is used before "->("
- patch 9.2.1007: fuzzy completion list wrongly sorted after complete()
- patch 9.2.1006: fold functions do not accept window id
- patch 9.2.1005: backupcopy=auto overwrites a file in place with umask
- patch 9.2.1004: a completion function cannot tell why it was called
- patch 9.2.1003: popup: border is not shown when the popup does not fit
- patch 9.2.1002: filetype: bazelrc files are not recognized
- runtime(doc): some Blob functions are missing from blob-functions
- patch 9.2.1001: complete_info() does not report the item highlight groups
- patch 9.2.1000: Vim9: listener_add() fails when given only a callback
- runtime(doc): update :h write-plugin and readdir() example
- patch 9.2.0999: serverlist() fails when there is no connection to the server
- patch 9.2.0998: Reject non-string-literal arguments to STRLEN_LITERAL
- patch 9.2.0997: ch_sendexpr() cannot answer a request named with a string id
- runtime(vim): Update base syntax, allow Vim9 block terminators after :bar
- runtime(doc): fix typo in :h substitute-repeat
- patch 9.2.0996: debugger: crash when evaluating a variable in a :def function frame
- runtime(doc): fix typos and grammar in CONTRIBUTING.md
- runtime(doc): correct typo in bug report in version5.txt
- runtime(doc): fix return type of sign_placelist()
- patch 9.2.0995: tests: no check that g:netrw_home has higher priority than $MYVIMDIR
- CI: Bump github/codeql-action
- patch 9.2.0994: Vim9: No error for :open during compilation
- runtime(css): Update ftplugin, disable auto-commenting
- runtime(odin): improve float number syntax
- patch 9.2.0993: runtime(netrw): error when parent dir of g:netrw_home doesn't exist
- runtime(doc): Update vim9.txt revisions, standardizing SS1,3-7
- patch 9.2.0992: popup filter gets the key at the hit-enter prompt
- patch 9.2.0991: autocmd: events are triggered for what happened while they were ignored
- patch 9.2.0990: libvterm: crash when a scroll region outlives a resize
- patch 9.2.0989: libvterm: hang when rendering REP with no preceding char
- patch 9.2.0988: tests: Test_terminal_csi_resize_oob() returns early
- patch 9.2.0987: heap-buffer-overflow in spell_suggest()
- patch 9.2.0986: long options are accepted with a trailing garbage
- runtime(doc): clarify how setbufvar() handles window options
- patch 9.2.0985: Multiline messages not visible when mapping starts cmdline
- runtime(colors): update colorschemes
- runtime(pov): nested pov comments break highlighting
- patch 9.2.0984: runtime(zip): cannot adjust zip command line
- runtime(doc): clarify the 'findfunc' option
- patch 9.2.0983: 'laststatus' is ignored when creating a full-height vertical split
- patch 9.2.0982: tests: test_substitute leaves swapfiles behind
- patch 9.2.0981: substitute: wrong text after undo of a confirmed \r
- patch 9.2.0980: runtime(netrw): prioritize g:netrw_home on Neovim
- patch 9.2.0979: terminal: mouse stays enabled after Vim is killed with SIGTERM
- patch 9.2.0978: terminal: empty lines don't use the background color of hl-terminal
- patch 9.2.0977: tests: test_terminal_visual_empty_listchars() is flaky
- patch 9.2.0976: Vim9: line continuation for command arguments is undocumented
- patch 9.2.0975: Vim9: assignment to a member of an object member fails
- patch 9.2.0974: tests: Test_clientserver_serverlist_list() is flaky
- translation: the ja.euc-jp.po file is generated wrong on macOS
- patch 9.2.0973: Vim9: internal error when a class member is initialized with a closure
- patch 9.2.0972: extend() family does not accept a blob
- patch 9.2.0971: "=~" and the match functions compile their pattern on every call
- patch 9.2.0970: buffered listener cannot obtain the text of a change
- patch 9.2.0969: runtime(shaderslang): matchit % breaks on braces
- patch 9.2.0968: status line height is wrong after exchanging or rotating windows
- runtime(doc): Add clipboard provider example for WSL
- runtime(vimlogo): remove coincident lines and reshade vimlogo.svg
- runtime(doc): add PREVENT LOADING section for pi_getscript.txt
- patch 9.2.0967: hit-enter prompt eats keys from a running mapping
- patch 9.2.0966: GTK4: window opens two lines too small
- patch 9.2.0965: GTK4: blurry text rendering
- patch 9.2.0964: 'isprint' is applied to the leading byte of a character
- patch 9.2.0963: crash when sound-folding a crafted spell file
- patch 9.2.0962: popup images are not using the kitty protocol properly
- patch 9.2.0961: base64_encode() gives wrong result for a zero byte
- patch 9.2.0960: double-free in string_reduce()
- patch 9.2.0959: tests: Test_xrestore() is flaky and cannot recover
- runtime(odin): update syntax, indent
- Revert "buffered listener cannot obtain the text of a change"
- buffered listener cannot obtain the text of a change
- Revert "tests: Test_xrestore() is flaky and cannot recover"
- tests: Test_xrestore() is flaky and cannot recover
- CI: Bump github/codeql-action
- patch 9.2.0958: Vim9: wrong type for the rest of a tuple in an unpack assignment
- runtime(doc): Tweak documentation style a bit
- runtime(sh): Selectively suppress matching syntax errors
- patch 9.2.0957: filetype: ArgoCD config file is not recognized
- runtime(vim): Update base syntax, match user-command args
- runtime(doc): improve documentation for |v_gF|
- runtime(doc): mark the GTK4 GUI as still experimental
- runtime(doc): v:windowid is x11 only
- patch 9.2.0956: GTK4: crash when the window is resized while redrawing
- patch 9.2.0955: tests: terminal tests are flaky
- patch 9.2.0954: u_read_undo() can be improved (after 9.2.0935)
- patch 9.2.0953: insert completion code can be improved
- patch 9.2.0952: locking a container while stringifying can be improved
- patch 9.2.0951: GTK3: cursor does no longer blink
- patch 9.2.0950: transstr() can be improved (after 9.2.0906)
- patch 9.2.0949: GDK_KEY_VoidSymbol might be undefined
- patch 9.2.0948: GTK4: mouse move starts Visual selection after a dialog
- patch 9.2.0947: GTK4: screen is cleared when moving the mouse after startup
- patch 9.2.0946: GTK2/3: mouse move starts Visual selection after a dialog
- patch 9.2.0945: sort() with a numeric option can be improved
- runtime(algol68): Update syntax, fix syncing
- patch 9.2.0944: test: tests fail when checking for GTK4 feature
- CI: Keep the GTK4 job from affecting the other jobs
- patch 9.2.0943: test: test_hardcopy fails on GTK4 UI
- patch 9.2.0942: test: test_mksession_winpos() fails on GTK4 UI
- patch 9.2.0941: tests: clipboard tests fail in the GUI when the terminal has no clipboard
- patch 9.2.0940: GTK4: columns are lost when a scrollbar appears
- patch 9.2.0939: mbyte: wrong cell count for an overlong UTF-8 sequence
- patch 9.2.0938: cursorbind: cursor in the other window is not updated after undo
- patch 9.2.0937: sort() with a numeric option converts each item on every comparison
- patch 9.2.0936: stringifying a list or dict can free the item being iterated
- patch 9.2.0935: reading an undo file is slow with many undo headers
- patch 9.2.0934: filetype: hlsl files are not recognized
- runtime(doc): clarify diff_filler() function
- patch 9.2.0933: u_read_undo() leaks the file name when the undo file owner differs
- patch 9.2.0932: NFA engine fallback can double free the compiled program
- patch 9.2.0931: the GTK4 GUI is still experimental and untested by CI
- patch 9.2.0930: floating point exception when displaying pum
- runtime(colors): update colorschemes
- runtime(vim): Update base syntax, contain more ex commands
- runtime(strace): highlight stack trace as comment
- patch 9.2.0929: incorrect completion for 'pumopt' and 'pumborder'
- runtime(doc): Improve :help expr-number, mention unary +/-
- patch 9.2.0928: MinGW: tests hang when Vim is built with coverage enabled
- patch 9.2.0927: curswant not set on 8g8
- runtime(doc): Improve :help expr-number
- CI: Bump github/codeql-action
- patch 9.2.0926: filetype: Business Central files are not recognized
- runtime(doc): DocBook syntax variable scopes are not clearly documented
- patch 9.2.0925: crash when getcompletiontype() gets a NULL string
- patch 9.2.0924: tests: Test_termwinscroll() fails on FreeBSD
- CI: Add Github runner for Cygwin
- patch 9.2.0923: tabpage: closing a tab page loses the alternate tab page
- patch 9.2.0922: Wayland: modeless selection not redrawn
- runtime(doc): fix typo in netrw help file
- patch 9.2.0921: test: terminal tests fail on FreeBSD
- patch 9.2.0920: filetype: json-ld files are not recognized
- patch 9.2.0919: screen: the wrong array is copied into ScreenCols on a resize
- patch 9.2.0918: screen: fill char with a zero low byte is stored as a NUL cell
- patch 9.2.0917: :quitall not allowed in the command-line window
- runtime(sh): Fix shFunctionTwo and shFunctionFour definitions for Bash
- runtime(sh): Do not conflate comments and function declarations in Bash
- patch 9.2.0916: configure: honor `--disable-hardcopy-pango` with GTK UI
- patch 9.2.0915: tests: two terminal tests in test_popupwin fail on FreeBSD
- runtime(make): variables in make target lists use wrong highlighting
- patch 9.2.0914: diff: undo after :diffget into an empty buffer leaves a line behind
- patch 9.2.0913: statusline: cell below the vertical separator keeps the old highlight
- patch 9.2.0912: hardcopy: prototypes are hand-written instead of generated
- patch 9.2.0911: makefiles do not build hardcopy_postscript.c
- runtime(c): compound literal braces are highlighted as errors
- patch 9.2.0910: runtime(vim): Update syntax, contain Ex commands
- CI: bump clang to v22 in ci-linux_asan
- patch 9.2.0909: insert completion is slow to collect many matches
- runtime: Update Syntax Menus
- patch 9.2.0908: cannot use a {} block in a nested :autocmd
- runtime(dart): Update compiler plugins
- runtime(doc): add a few more references to 'guiligatures'
- patch 9.2.0907: popup: virtual text is not redrawn when a text property changes
- patch 9.2.0906: slow transstr() with long strings
- patch 9.2.0905: MS-Windows: ghost cursor with ligatures
- patch 9.2.0904: "zb" scrolls incorrectly with cursor just above fold
- patch 9.2.0903: Vim9: cannot use an exported function of an autoload import
- patch 9.2.0902: Vim9: iterating over a tuple leaks memory
- runtime(doc): remove todo entries that are fixed
- runtime: Add TOML entry to the syntax menu
- patch 9.2.0901: textprop: wrong cursor line with truncated virtual text
- patch 9.2.0900: FocusGained still triggered when closing dialog
- patch 9.2.0899: command output temporary files may collide
- patch 9.2.0898: printing support is lacking
- patch 9.2.0897: GTK3 X11 redraws are not coalesced
- runtime(vimgoto): make 'gf' find imported python files
- patch 9.2.0896: scroll: 'smoothscroll' position is lost when splitting a window
- patch 9.2.0896: textprop: wrong Tab size in a line with virtual text above it
- patch 9.2.0895: test: Test_aucmd_win_scroll_multibyte() is flaky in the GUI
- patch 9.2.0894: filetype: ed script files not recognised
- patch 9.2.0893: MS-Windows: "*.vim" also matches files with a longer extension
- runtime(doc): remove todo entry for test_codestyle errors
- patch 9.2.0892: highlight: wrong column highlighted with 'cursorcolumn'
- patch 9.2.0891: MS-Windows: filename-modifier ":8:t" causes underflow
- CI: Bump github/codeql-action
- patch 9.2.0890: test: test for patch v9.2.0888 can be clarified
- patch 9.2.0889: VMS: spurious "INVALID DECC FEATURE VALUE" message at every startup
- patch 9.2.0888: mapping: modifier is not recognized after a partial mapping
- patch 9.2.0887: scroll: jump-scrolling when moving the cursor onto a wrapping line
- patch 9.2.0886: :set completion works for an invalid sub-option name
- patch 9.2.0885: scroll: 'smoothscroll' position is lost when the window is squeezed
- patch 9.2.0884: scroll: unreachable 'smoothscroll' code in cursor_correct()
- patch 9.2.0883: scroll: 'smoothscroll' position is lost when using "|"
- patch 9.2.0882: :bwipe crashes if WinLeave wipes all other buffers
- runtime(lf): update syntax to support lf version r42
- runtime(zip): fix failure on Windows CI
- runtime(doc): update todo for the remaining 'smoothscroll' scroll position
- patch 9.2.0881: 'smoothscroll' position is lost when the window height changes
- patch 9.2.0880: scroll: window scrolls when using the autocommand window
- patch 9.2.0879: popup: "maxwidth" is not respected when 'wrap' is off
- patch 9.2.0878: Vim9: cannot use a script variable of an enclosing block in a lambda
- patch 9.2.0877: Vim9: crash when a closure assigns to a variable declared in a loop
- runtime(marko): improve syntax highlighting
- patch 9.2.0876: GTK4: compile error with disabled netbeans feat
- translation(it): Update Italian man page
- runtime(doc): regenerate help tags
- runtime(zip): Improve Compatibility for powershell 5 and pwsh 7
- patch 9.2.0875: GTK4: GUI does not support command-line arguments
- runtime(doc): clarify 'laststatus' effect
- patch 9.2.0874: fold size is compared against 'foldminlines' of the wrong window
- patch 9.2.0873: :redrawstatus does not update the ruler of the last window
- patch 9.2.0872: popup with opacity does not use the font of the highlight group
- runtime(doc): GTK: document that "font" in a highlight group has no effect
- runtime(doc): Update popup width rule
- patch 9.2.0871: screen line is lost when splitting a 'winfixheight' window
- runtime(doc): Vim9: dictionary in a lambda block is not documented
- runtime(karel): improve indent plugin
- patch 9.2.0870: filetype: marko files are not recognized
- patch 9.2.0869: buf_copy_options() can lose the P_INSECURE flag
- patch 9.2.0868: GTK: Window Manager hint prevents giving focus to dialog
- runtime(m4): Prevent the m4Disabled region from nesting within itself.
- patch 9.2.0867: MS-Windows: messages are not in the display language
- patch 9.2.0866: MS-Windows: ":language messages" only works once
- patch 9.2.0865: GTK4: non-hardware accelerated UI is too slow
- patch 9.2.0864: Using some dead code in Wayland feature
- patch 9.2.0863: MS-Windows GUI: window contents can be missing when VimEnter is slow
- patch 9.2.0862: Missing test change from v9.2.0857
- patch 9.2.0861: GTK4: bleed region updates in jumps
- patch 9.2.0860: filetype: xilinx design constraint files are not recognized
- runtime(doc): clarify vim9 script autoload mechanism


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.243 -r1.244 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.179 -r1.180 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.94 pkgsrc/editors/vim-share/PLIST:1.95
--- pkgsrc/editors/vim-share/PLIST:1.94 Sat Jul 25 18:15:50 2026
+++ pkgsrc/editors/vim-share/PLIST      Fri Aug 28 20:12:48 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.94 2026/07/25 18:15:50 morr Exp $
+@comment $NetBSD: PLIST,v 1.95 2026/08/28 20:12:48 morr Exp $
 bin/xxd
 man/man1/evim.1
 man/man1/vim.1
@@ -440,6 +440,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/autopkg
 share/vim/${VIM_SUBDIR}/ftplugin/awk.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bash.vim
 share/vim/${VIM_SUBDIR}/ftplugin/basic.vim
+share/vim/${VIM_SUBDIR}/ftplugin/bazelrc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bdf.vim
 share/vim/${VIM_SUBDIR}/ftplugin/beancount.vim
 share/vim/${VIM_SUBDIR}/ftplugin/bicep-params.vim
@@ -567,6 +568,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/heex.vi
 share/vim/${VIM_SUBDIR}/ftplugin/help.vim
 share/vim/${VIM_SUBDIR}/ftplugin/hgcommit.vim
 share/vim/${VIM_SUBDIR}/ftplugin/hip.vim
+share/vim/${VIM_SUBDIR}/ftplugin/hlsl.vim
 share/vim/${VIM_SUBDIR}/ftplugin/hlsplaylist.vim
 share/vim/${VIM_SUBDIR}/ftplugin/hog.vim
 share/vim/${VIM_SUBDIR}/ftplugin/hostconf.vim
@@ -596,6 +598,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/jq.vim
 share/vim/${VIM_SUBDIR}/ftplugin/json.vim
 share/vim/${VIM_SUBDIR}/ftplugin/json5.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jsonc.vim
+share/vim/${VIM_SUBDIR}/ftplugin/jsonld.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jsonnet.vim
 share/vim/${VIM_SUBDIR}/ftplugin/jsp.vim
 share/vim/${VIM_SUBDIR}/ftplugin/julia.vim
@@ -724,6 +727,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/quarto.
 share/vim/${VIM_SUBDIR}/ftplugin/r.vim
 share/vim/${VIM_SUBDIR}/ftplugin/racc.vim
 share/vim/${VIM_SUBDIR}/ftplugin/racket.vim
+share/vim/${VIM_SUBDIR}/ftplugin/radvd.vim
 share/vim/${VIM_SUBDIR}/ftplugin/raku.vim
 share/vim/${VIM_SUBDIR}/ftplugin/rasi.vim
 share/vim/${VIM_SUBDIR}/ftplugin/readline.vim
@@ -924,6 +928,7 @@ share/vim/${VIM_SUBDIR}/indent/handlebar
 share/vim/${VIM_SUBDIR}/indent/hare.vim
 share/vim/${VIM_SUBDIR}/indent/hcl.vim
 share/vim/${VIM_SUBDIR}/indent/hip.vim
+share/vim/${VIM_SUBDIR}/indent/hlsl.vim
 share/vim/${VIM_SUBDIR}/indent/hog.vim
 share/vim/${VIM_SUBDIR}/indent/html.vim
 share/vim/${VIM_SUBDIR}/indent/htmldjango.vim
@@ -937,6 +942,7 @@ share/vim/${VIM_SUBDIR}/indent/javascrip
 share/vim/${VIM_SUBDIR}/indent/json.vim
 share/vim/${VIM_SUBDIR}/indent/json5.vim
 share/vim/${VIM_SUBDIR}/indent/jsonc.vim
+share/vim/${VIM_SUBDIR}/indent/jsonld.vim
 share/vim/${VIM_SUBDIR}/indent/jsp.vim
 share/vim/${VIM_SUBDIR}/indent/julia.vim
 share/vim/${VIM_SUBDIR}/indent/just.vim
@@ -1247,6 +1253,7 @@ share/vim/${VIM_SUBDIR}/syntax/b.vim
 share/vim/${VIM_SUBDIR}/syntax/baan.vim
 share/vim/${VIM_SUBDIR}/syntax/bash.vim
 share/vim/${VIM_SUBDIR}/syntax/basic.vim
+share/vim/${VIM_SUBDIR}/syntax/bazelrc.vim
 share/vim/${VIM_SUBDIR}/syntax/bc.vim
 share/vim/${VIM_SUBDIR}/syntax/bdf.vim
 share/vim/${VIM_SUBDIR}/syntax/beancount.vim
@@ -1367,6 +1374,7 @@ share/vim/${VIM_SUBDIR}/syntax/dylan.vim
 share/vim/${VIM_SUBDIR}/syntax/dylanintr.vim
 share/vim/${VIM_SUBDIR}/syntax/dylanlid.vim
 share/vim/${VIM_SUBDIR}/syntax/ecd.vim
+share/vim/${VIM_SUBDIR}/syntax/ed.vim
 share/vim/${VIM_SUBDIR}/syntax/edif.vim
 share/vim/${VIM_SUBDIR}/syntax/editorconfig.vim
 share/vim/${VIM_SUBDIR}/syntax/eiffel.vim
@@ -1465,6 +1473,7 @@ share/vim/${VIM_SUBDIR}/syntax/hex.vim
 share/vim/${VIM_SUBDIR}/syntax/hgcommit.vim
 share/vim/${VIM_SUBDIR}/syntax/hip.vim
 share/vim/${VIM_SUBDIR}/syntax/hitest.vim
+share/vim/${VIM_SUBDIR}/syntax/hlsl.vim
 share/vim/${VIM_SUBDIR}/syntax/hlsplaylist.vim
 share/vim/${VIM_SUBDIR}/syntax/hog.vim
 share/vim/${VIM_SUBDIR}/syntax/hollywood.vim
@@ -1513,6 +1522,7 @@ share/vim/${VIM_SUBDIR}/syntax/jq.vim
 share/vim/${VIM_SUBDIR}/syntax/json.vim
 share/vim/${VIM_SUBDIR}/syntax/json5.vim
 share/vim/${VIM_SUBDIR}/syntax/jsonc.vim
+share/vim/${VIM_SUBDIR}/syntax/jsonld.vim
 share/vim/${VIM_SUBDIR}/syntax/jsp.vim
 share/vim/${VIM_SUBDIR}/syntax/julia.vim
 share/vim/${VIM_SUBDIR}/syntax/just.vim
@@ -1579,6 +1589,7 @@ share/vim/${VIM_SUBDIR}/syntax/manconf.v
 share/vim/${VIM_SUBDIR}/syntax/manual.vim
 share/vim/${VIM_SUBDIR}/syntax/maple.vim
 share/vim/${VIM_SUBDIR}/syntax/markdown.vim
+share/vim/${VIM_SUBDIR}/syntax/marko.vim
 share/vim/${VIM_SUBDIR}/syntax/masm.vim
 share/vim/${VIM_SUBDIR}/syntax/mason.vim
 share/vim/${VIM_SUBDIR}/syntax/master.vim
@@ -1722,6 +1733,7 @@ share/vim/${VIM_SUBDIR}/syntax/r.vim
 share/vim/${VIM_SUBDIR}/syntax/racc.vim
 share/vim/${VIM_SUBDIR}/syntax/racket.vim
 share/vim/${VIM_SUBDIR}/syntax/radiance.vim
+share/vim/${VIM_SUBDIR}/syntax/radvd.vim
 share/vim/${VIM_SUBDIR}/syntax/raku.vim
 share/vim/${VIM_SUBDIR}/syntax/raml.vim
 share/vim/${VIM_SUBDIR}/syntax/rapid.vim

Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.243 pkgsrc/editors/vim-share/distinfo:1.244
--- pkgsrc/editors/vim-share/distinfo:1.243     Fri Jul 31 13:26:11 2026
+++ pkgsrc/editors/vim-share/distinfo   Fri Aug 28 20:12:48 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.243 2026/07/31 13:26:11 morr Exp $
+$NetBSD: distinfo,v 1.244 2026/08/28 20:12:48 morr Exp $
 
-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
+BLAKE2s (vim-9.2.1020.tar.gz) = 742057c4ed1ad934efd281edc8926dde744e98579b8a7e1b92d294c3355fece6
+SHA512 (vim-9.2.1020.tar.gz) = af204b03872d280d809a2fdcfce6b2c0aa52afccd3432bfc1ce471fa22a84a82c9910df022af91a3af5343b6ff90aa74f39a5d13f333e54d3bccc65ecfc4c232
+Size (vim-9.2.1020.tar.gz) = 20130440 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.179 pkgsrc/editors/vim-share/version.mk:1.180
--- pkgsrc/editors/vim-share/version.mk:1.179   Fri Jul 31 13:26:11 2026
+++ pkgsrc/editors/vim-share/version.mk Fri Aug 28 20:12:48 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.179 2026/07/31 13:26:11 morr Exp $
+# $NetBSD: version.mk,v 1.180 2026/08/28 20:12:48 morr Exp $
 
 VIM_VERSION=           9.2
-VIM_PATCHLEVEL=                0859
+VIM_PATCHLEVEL=                1020
 # 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