pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors
Module Name: pkgsrc
Committed By: morr
Date: Thu Feb 5 23:20:23 UTC 2026
Modified Files:
pkgsrc/editors/vim-lang: PLIST
pkgsrc/editors/vim-share: PLIST distinfo version.mk
pkgsrc/editors/vim-share/patches: patch-Makefile
Log Message:
Security update to patchlevel 9.1.2132.
Changes:
- patch 9.1.2132: [security]: buffer-overflow in 'helpfile' option handling
- translation(tr): Update Turkish translations
- CI: update FreeBSD runner to 15.0
- patch 9.1.2131: tests: Test_diff_screen() fails on BSD
- translation(sv): Remove duplicates from [g]vim.desktop.in
- runtime(context): fix issue with SyncTeX and update command
- runtime(doc): add note for -complete=shellcmdline
- patch 9.1.2130: Page scrolling in Insert mode beeps
- runtime(haskellcomplete): fix Undefined variable b:completingLangExtension.
- patch 9.1.2129: MS-Windows: font size calculation slightly wrong, causing line gaps
- runtime(doc): Update version9.txt with numbered patches
- runtimei(vim9): Always launch programs in background (linux)
- translation(ta): Include Tamil Translation
- patch 9.1.2128: Heap use after free in buf_check_timestamp()
- runtime(c): only set keywordprg when there has 'man'
- runtime(vim): Fix for :VimKeywordPrg when syntax does not match
- translation(sv): Update tutor1.sv to version 1.7
- translation(sv): Add Swedish translation of tutor2
- translation(sv): Fix typo and help.svx formatting
- runtime(doc): Clarify the behaviour of command completion functions
- patch 9.1.2127: MS-Windows: DirectX renders font too small
- runtime(odin): update indent and syntax scripts
- runtime(doc): update win_findbuf() return value
- patch 9.1.2126: vim --version used single column for feature list
- runtime(vim): Update base syntax, match Vim9 :unlet command
- runtime(doc): Improve the description at :help :cwindow
- patch 9.1.2125: MS-Windows: DirectX rendering can be improved
- runtime(qf): Update quickfix syntax
- runtime(doc): Fix some overlength lines
- runtime(colors): improve catppuccin colorscheme
- patch 9.1.2124: blob2str() does not handle UTF-16 encoding
- patch 9.1.2123: using NOT with a float returns a float in legacy script
- patch 9.1.2122: Vim9: Negating a float doesn't result in a bool
- patch 9.1.2121: Vim9: type issue when modifying a variable using :legacy
- patch 9.1.2120: blob2str() does not restore trailing newline
- runtime(doc): Reformat example at :h gui-w32-fullscreen
- patch 9.1.2119: tests: Test_language_cmd fails on OpenBSD
- patch 9.1.2118: 'cursorline' missing after :diffput to empty buf
- patch 9.1.2117: unnecessary braces in terminal.c
- patch 9.1.2116: crash when using 'tagfunc'
- patch 9.1.2115: CI: wrong preprocessor indentation
- patch 9.1.2114: modeless selection not copied to * register
- runtime(tera): update syntax files to support many more tera code
- patch 9.1.2113: potential NULL pointer dereference issues
- runtime(doc): Mark the use of "\n" in the tabpanel as experimental
- runtime(rust): Fix Rust indentation when string contains "if"
- runtime(doc): 'ignorecase' affects character classes in the old engine
- runtime(helpcurwin): fix E121 error
- patch 9.1.2112: long statusline may crash if using singlebyte encoding
- patch 9.1.2111: Vim9: no error for elseif/else after else
- runtime(make): Declare syntax file orphaned
- runtime(8th): Update syntax script
- runtime(doc): fix missing code block marker in ft-python-syntax
- runtime(vim): set 'path' to common Vim directories
- translation(sv): Add Swedish translation
- runtime(python): Highlight built-in constants in Python
- runtime(c): set 'keywordprg' to :CKeywordPrg in a GUI
- runtime(doc): fix inconsistent indent in ft_rust.txt
- runtime(colors): include new catppuccin colorscheme
- runtime(doc): Fix overlength lines in :help {russian,vietnamese}.txt
- CI: check encoding of runtime files with utf-8 name
- runtime(toml): update syntax and ftplugin.
- runtime(doc): clarify the help style a bit
- patch 9.1.2110: filetype: skhd files are not recognized
- runtime: convert *_utf-8.vim files to actual UTF-8 encoding
- runtime(doc): Fix erroneous *roff syntax examples
- runtime(doc): Tweak tag lines in vim9.txt
- runtime(rustfmt): Recover accidentally deleted code, don't hide rustfmt error
- runtime(doc): mark a-a-p website as dead
- patch 9.1.2109: filetype: NetLinx fires are not recognized
- patch 9.1.2108: tests: Test_foldtextresult_rightleft() does not restore 'columns'
- patch 9.1.2107: :normal may change cmdline history
- patch 9.1.2106: Vim9: class, enum and type alias can be used as value
- patch 9.1.2105: tests: not enough tests for using plain_vgetc()
- runtime(doc): Fix typo in syntax.txt
- runtime(csh): Update ftplugin, improve matchit behaviour
- patch 9.1.2104: readdirex() might be slow
- runtime(csh,tcsh): Update syntax files
- translation(ua): Update Ukrainian translation
- patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind
- patch 9.1.2102: foldtext not reversed and cut off in 'rightleft' mode
- check.vim: Use silent command modifier
- runtime(debcontrol): improve Debian syntax files
- runtime(kitty): Add kitty ftplugin file
- patch 9.1.2101: Vim9: more truthiness issues
- patch 9.1.2100: filetype: tiltfiles are not recognized
- CI: Reorder path in Windows CI runners and move Python3 before $PATH
- runtime(doc): Update [gnt]roff information
- patch 9.1.2099: different line endings in ja.sjis.po and ja.po
- runtime(netrw): Do not create swapfiles in netrw buffers
- runtime(sml): add 'include' setting to ftplugin
- runtime(asm): add '#' as comment symbol (GNU as)
- runtime(menu): fix space before Tab and trailing space
- patch 9.1.2098: Crash with 'wildmenu' when typing Ctrl-Y after Ctrl-A
- patch 9.1.2097: TabClosedPre may be triggered twice for the same tab page
- patch 9.1.2096: Vim9: truthiness issue with objects
- patch 9.1.2095: :wqall! doesn't quit when using :quit in BufWritePost
- translation(jp): Update Japanese Translation for Vim 9.2 Release
- runtime(haskell): add include-search and define support in ftplugin
- runtime(doc): Update advice for [gnt]roff users
- patch 9.1.2094: filetype: tiger files are not recognized
- patch 9.1.2093: heap-use-after-free when wiping buffer in TabClosedPre
- runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
- runtime: Changed old "Sponsor" menu item name to a new one
- patch 9.1.2092: cannot detect kitty foreground/background color
- patch 9.1.2091: Ruby integration does not work correctly
- patch 9.1.2090: Last buffer not freed with EXITFREE
- runtime(doc): fix return type in getqflist() and getloclist()
- runtime(syntax-tests): tests: sh_10 fails on MacOS runners
- patch 9.1.2089: Wayland: Clipboard not working with external programs
- patch 9.1.2088: Redundant NULL checks in find_pattern_in_path()
- patch 9.1.2087: Crash when using :tabonly in BufUnload
- runtime(tutor): Add Chinese translation for chapter 1
- runtime(c,cpp): Add reference links to noreturn tests
- runtime(sh): highlight single-dash short options containing digits
- translation(sr): update Serbian messages translation
- runtime(c): Do not highlight noreturn in C++ code
- runtime(csh): Support negated if in matchit
- runtime(rapid): Update syntax file for ABB Rapid
- patch 9.1.2086: Memory leak when skipping invalid literal dict
- runtime(mbsync): Add syntax highlighting for TLSVersions keyword
- runtime(yaml): fix indentation script
- patch 9.1.2085: Use-after-free in winframe_remove()
- runtime(compiler): add compiler plugin for cabal
- patch 9.1.2084: Compile error when build with job feature
- CI: Add C preproc indentation check to CI
- patch 9.1.2083: style: wrong indentation of nested ifdefs
- patch 9.1.2082: modeless auto-select not working
- runtime(krl): Update syntax file for Kuka Robot Language
- runtime(matchit): include minor improvement from chrisbra/matchit
- patch 9.1.2081: MS-Windows: unnecessary "#ifdef FEAT_GUI" in os_win32.c
- patch 9.1.2080: W23/W24 messsage appears on :reg
- patch 9.1.2079: use-after-free with 'qftf' wiping buffer
- patch 9.1.2078: A few more typos in various files
- runtime(doc): Fix typo at :help 'fsync'
- runtime(rst): set suffixesadd for rst
- runtime: Update files for ConTeXt, METAFONT, and MetaPost.
- runtime(syntax-tests): Add :help command termination tests
- runtime(doc): clarify vim.eval behavior with Vim special variables
- runtime(compiler): Do not set title in pandoc compiler
- patch 9.1.2077: Vim9: type issue when appending item to a list
- patch 9.1.2076: tests: MinGW test fails midway and stops
- patch 9.1.2075: tests: wrong change to test_ins_complete.vim
- patch 9.1.2074: Compile error with Motif GUI
- runtime(sieve): preserve existing line endings in ftplugin
- patch 9.1.2073: auto/configure needs to be regenerated
- patch 9.1.2072: Socket server has a few minor issues
- runtime(syntax-tests): Adapt "runtime/syntax/testdir/vimcmd" for "src/testdir/util/shared.vim"
- patch 9.1.2071: tests: test_ins_complete.vim leaves swapfiles behind
- patch 9.1.2070: completion: autocomplete breaks with large dict
- patch 9.1.2069: Search wrap indicator not shown w/out 'shm-S'
- runtime(lynx): Update syntax file
- runtime(doc): clarify the behaviour of 'fo-m'
- translation(de): update German message translation
- patch 9.1.2068: :bd/bw may try to switch to a closing buffer
- runtime(cpp): Fix c++ float and integer literal syntax highlighting
- runtime(matchit): Update to Release 1.21
- runtime(sh): Update indent script
- patch 9.1.2067: shadow variable warning in menu.c
- runtime(racket): update Racket syntax file
- patch 9.1.2066: :wqall! doesn't close a terminal like :qall! does
- patch 9.1.2065: GvimExt cannot be linked statically using MinGW
- CI: build failure in if_perl.xs
- runtime(yaml): update YAML indentation for mapping keys inside list items
- patch 9.1.2064: completion: segfault during file name completion
- gitattributes: mark test21.ok binary, drop test42.in
- runtime(doc): add termdebug tag, remove term "floating window"
- runtime(sqloracle): Update syntax script
- runtime(xml): update XML runtime files
- runtime(zsh): Update runtime files
- runtime(privoxy): Update syntax file
- runtime(tutor): fix wrong motion in instruction
- patch 9.1.2063: A few typos in the code and runtime files
- runtime(wget): Update syntax files
- runtime(doc): Minor updates to version9.txt
- runtime(cpp): Announce syntax file adoption
- patch 9.1.2062: filetype: djot files are not recognized
- patch 9.1.2061: filetype: Koka files are not recognized
- patch 9.1.2060: filetype: Rasi include files are not recognized
- patch 9.1.2059: filetype: Nickel files are not recognized
- patch 9.1.2058: b_locked_split is not checked for :sbuffer
- patch 9.1.2057: copying to clipboard register broken with 'go-P'
- patch 9.1.2056: tests: inconsistent indent and line breaking in Test_maparg()
- translation(ru): Updated message file
- translation(ru): added a disclaimer to the license translation
- translation(ru): updated menu files according to the patch 9.1.1989
- translation(ru): updated tutor files
- patch 9.1.2055: Division by zero in :file after failing to wipe buffer
- Always force LF line endings in old test .ok files
- runtime(cangjie): Update syntax script
- patch 9.1.2054: Can't unpack tuple from imported function
- patch 9.1.2053: MS-Windows: May use wrong find command
- patch 9.1.2052: Compile error when disabling linebreak feature
- patch 9.1.2051: tests: fix Test_cd_completion fails in Appveyor
- patch 9.1.2050: tests: Test_cd_completion may fail
- patch 9.1.2049: Vim9: unexpected E1209 error
- patch 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY
- patch 9.1.2047: MS-Windows: style issue in gui_w32.c
- patch 9.1.2046: MS-Windows: compile warnings
- runtime(doc): Clarify visual mark behavior in getpos(), setpos()
- runtime: mention subscription only ml, fix typo in maintainer email
- CI: Missing test of Vim with ConPTY on Windows
- translation(it): Update Italian translation
- patch 9.1.2045: Mac: Build failure with Mac OS X 10.6
- patch 9.1.2044: Inefficient use of ga_concat()
- patch 9.1.2043: filetype: kos files are not reconized
- patch 9.1.2042: filetype: systemd quadlet files are not recognized
- patch 9.1.2041: tests: test_menu.vim leaves swapfiles behind
- patch 9.1.2040: :tlunmenu incorrectly accepts a range
- runtime(logtalk): Update Logtalk runtime files for the latest language spec
- patch 9.1.2039: if_ruby: crash when using Ruby/dyn 4.0
- patch 9.1.2038: tests: test_marks.vim leaves swapfiles behind
- runtime: Revert several "mark invalid contact addresses" commits
- patch 9.1.2037: undo: cursor position not correctly restored
- patch 9.1.2036: if_ruby: build error with ruby 4.0
- runtime: mark more invalid email addresses
- runtime: mark more invalid email addresses
- runtime: mark invalid contact addresses
- patch 9.1.2035: filetype: filetype: Fennel fnlm files are not recognized
- patch 9.1.2034: filetype: Fennel fnml files are not recognized
- patch 9.1.2033: tests: Test_terminal_cwd flaky when using ConPTY
- patch 9.1.2032: Vim9: error when using class member in Lambda
- translation(zh_CN): Update the Simplify Chinese translation
- runtime(rust): Update indentation after nested array literal
- runtime(doc): Update Contributing.md on the use of AI
- runtime(doc): Emphasize adding tests when contributing
- README.md: remove the warp ad again
- runtime(rust): partly revert e426245b, it causes more issues than it solves
- patch 9.1.2031: Makefile: cannot run make installinks twice
- patch 9.1.2030: inefficient use of ga_concat()
- patch 9.1.2029: tests: the test_vim9_class.vim testfile is too long
- runtime(tutor): Improve Spanish translation for chapter 2 after 757b42a
- runtime(indent-tests): Include a simple Rust indent test
- runtime(rust): clean-up indent script, handle opening empty line correctly
- patch 9.1.2028: [security]: Buffer-overflow with incomplete multi-byte chars
- runtime(bpftrace): add indention plugin
- translation(zh_CN): Update the Simplify Chinese translation
- runtime(doc): improve :catch documentation
- patch 9.1.2027: filetype: bicep filetype used for 2 bicep file types
- patch 9.1.2026: tests: patch 9.1.2019 not tested properly
- patch 9.1.2025: conpty terminal process may not start
- patch 9.1.2024: 'fsync' option cannot be set per buffer
- patch 9.1.2023: [security]: Use-after-free in alist_add() with nasty autocmd
- runtime(compiler): add pyright Python type checker
- runtime(doc): remove some fixed items from todo.txt
- patch 9.1.2022: using C++ keyword class as member variable name
- runtime(netrw): Fix reading UNC paths on windows
- runtime(compiler): ignore 'Found' messages in ruff and ty compiler
- patch 9.1.2021: filetype: fluent files are not recognized
- runtime(termdebug): update v:shell_error condition test.
- patch 9.1.2020: tests: test_virtualedit.vim leaves swapfiles behind
- patch 9.1.2019: inconsistent cursor encoding past EOL with ve=all
- patch 9.1.2018: proto: ops.pro outdated
- runtime(osc52): A few minor fixes
- runtime(doc): add reference to searchcount() function
- runtime(doc): Improve :catch documentation
- runtime(make): Makefile highlighting breaks with ')' in string
- runtime(make): Move target greedy match after $() to avoid region matching overflow
- patch 9.1.2017: getregionpos() depends on 'linebreak' setting
- patch 9.1.2016: cindent wrong indentation after do-while loop
- patch 9.1.2015: blob2string() stopped after an empty line
- patch 9.1.2014: clipboard: clipboard register corrupted with clipboard provider
- patch 9.1.2013: tests: Test_terminal_shell_option fails with conpty
- patch 9.1.2012: Vim9: cannot initialize class member with protected var
- runtime(ftplugin): set different formatoptions for bpftrace
- patch 9.1.2011: crash when unreferencing gtk icon theme
- patch 9.1.2010: Missing out-of-memory checks in vim9class.c
- runtime(bpftrace): add base syntax plugin
- patch 9.1.2009: tests: "Xm4" test directory may not be deleted
- patch 9.1.2008: filetype: hylo files are not recognized
- translation(sr): Update Serbian message translation
- patch 9.1.2007: filetype: bpftrace hashbang lines are not recognized
- patch 9.1.2006: MS-Windows: ANSI colors not correct in terminal
- runtime(doc): Improve :help builtin-function-list table formatting
- patch 9.1.2005: MS-Windows: Missing fullscreen support for GUI version
- patch 9.1.2004: MS-Windows: executable() cannot find file in directory with single char
- runtime(ty): include ty compiler plugin
- patch 9.1.2003: tests: Test_glob_symlinks may fail on Window
- patch 9.1.2002: Vim9: heap-use-after-free when when accessing protect class member
- refactor(vim9): use 'start' open urls on win32
- runtime(vim9): Reset pwsh and powershell in Open()
- translation(hy): Update Armenian language translation
- runtime(openPlugin): start :Launch process in the background in GUI mode
- translation(zh_CN): Add license disclaimer
- runtime(getscript): GLVS plugin fails with wget.exe with PowerShell
- runtime(doc): Fix "Vim script" formatting at :help clipboard-providers
- patch 9.1.2001: cursor may end up in wrong window after :botright copen
- runtime(doc): clarify the behavior of CTRL-Z
- runtime(zip): Use :lcd instead of :cd in zip.vim
- patch 9.1.2000: Vim9: object member used char_u pointers
- translation(hy): Update Armenian language translation
- translation(zh_CN): Update the Simplify Chinese translation
- runtime(doc): fix outdated :function help
- runtime(osc52): Update documentation, send DA1 query when loading package
- patch 9.1.1999: clipboard provider does not respect 'clipboard' option
- runtime(tutor): Chapter 2: consistently use upper case letter, fix typo after 1e3e1ba067c79a
- runtime(compiler): improve rust errorformat
- patch 9.1.1998: tests: not enough tests for :setlocal omnifunc
- runtime(doc): use codepoint consistently
- runtime(tutor): Update Chapter 2, remove mentioning surround plugin
- patch 9.1.1997: Missing out-of-memory check in vim9class.c
- runtime(compiler): Match gcc.vim make error format
- patch 9.1.1996: tests: test_cmdline.vim leaves swapfiles behind
- patch 9.1.1995: tests: flaky test_cmdline.vim causes test failures
- patch 9.1.1994: CI: slow cursor positioning may cause flaky test failures
- runtime(doc): fix wrong help tag reference in eval.txt
- patch 9.1.1993: MS-Windows: compile error because of implicit type conversions
- patch 9.1.1992: Vim9: heap buffer overflow with COMPAREANY instruction
- patch 9.1.1991: :setlocal changes effective global 'omnifunc'
- patch 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows
- patch 9.1.1989: Vim intro screen shows register message
- patch 9.1.1988: osc52 package can be further improved
- patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed
- patch 9.1.1986: clipboard provider does not work when redirecting messages
- runtime(tutor): Improve Spanish translations
- patch 9.1.1985: tests: test_sound.vim fails on Windows
- patch 9.1.1984: terminal OSC52 support can be improved
- patch 9.1.1983: Vim9: class_name definition can be improved
- patch 9.1.1982: Use after free with redraw_listener_add()
- patch 9.1.1981: tests: test suite may stop on error in gen_opt_test.vim
- CI: Bump actions/cache from 4 to 5
- translation(sr): Update the Serbian translation
- runtime(fvwm): Update fvwm keywords
- patch 9.1.1980: filetype: N-Quads files are not recognized
- patch 9.1.1979: :helpclose allows range and counts
- runtime(doc): Update version9.txt for v9.1.1966
- patch 9.1.1978: tests: Test_smoothscroll_number() may fail
- patch 9.1.1977: MS-Windows: missing dependency on optiondefs.h in Make_cyg_ming.mak
- patch 9.1.1976: Cannot define callbacks for redraw events
- nsis: add Chinese translation to nsis installer
- runtime(doc): Tweak documentation style in eval.txt and options.txt
- runtime(doc): Remove outdated agide.org link
- patch 9.1.1975: blob2str() may call STRNCPY() with a NULL pointer
- patch 9.1.1974: tests: missing cleanup in Test_bwipe_during_save()
- patch 9.1.1973: some minor problems with clipboard provider code
- patch 9.1.1972: No way to access the clipboard without X11/Wayland
- patch 9.1.1971: crash with invalid positional argument 0 in printf()
- patch 9.1.1971: Crash when buffer gets deleted inside charconvert during save
- patch 9.1.1970: visual end column returns wrong value after block edit
- runtime(doc): Rename NoDefaultCurrentDirectoryInExePath tag
- patch 9.1.1969: Wrong cursor position after formatting with long 'formatprg'
- patch 9.1.1968: tests: test_python3.vim leaves swapfiles behind
- patch 9.1.1967: if_python: 64bit numbers truncated
- patch 9.1.1966: MS-Windows: dark mode in gui is not supported
- runtime(vim): Update base syntax, match full :help command
- patch 9.1.1965: q can accidentally start recording at more prompt
- patch 9.1.1964: Wrong display when using setline() at hit-enter prompt
- patch 9.1.1963: diff: missing diff size limit for xdiff
- runtime(julia): Update Julia runtime files
- runtime(rust): use textwidth=100 for the Rust recommended style
- runtime(doc): document change in Windows behavior for patch 9.1.1947
- patch 9.1.1962: filetype: Erlang application resource files are not recognized
- patch 9.1.1961: :0tab behaves like :tab for :stag when 'swb' contains "newtab"
- patch 9.1.1960: Wrong position of info popup
- patch 9.1.1959: Wrong wrapping of long output using :echowindow
- patch 9.1.1958: Wrong display with sign_unplace() and setline() in CursorMoved
- patch 9.1.1957: filetype: bpftrace files are not recognized
- runtime(odin): support underscore-separated numeric literals
- runtime(doc): fix return value in 'exists' and 'exists_compiled()'
- patch 9.1.1956: tests: test_sort.vim leaves swapfiles behind
- patch 9.1.1955: sort() does not handle large numbers correctly
- patch 9.1.1954: Setting a byte in a blob, accepts values outside 0-255
- patch 9.1.1953: gui_mch_set_titlebar_colors() is excessively called
- runtime(swayconfig): separate identifier groups + cleanup
- runtime(i3config): highlight identifiers separately
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/editors/vim-lang/PLIST
cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.222 -r1.223 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.158 -r1.159 pkgsrc/editors/vim-share/version.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/vim-share/patches/patch-Makefile
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-lang/PLIST
diff -u pkgsrc/editors/vim-lang/PLIST:1.37 pkgsrc/editors/vim-lang/PLIST:1.38
--- pkgsrc/editors/vim-lang/PLIST:1.37 Wed Dec 3 22:52:01 2025
+++ pkgsrc/editors/vim-lang/PLIST Thu Feb 5 23:20:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2025/12/03 22:52:01 morr Exp $
+@comment $NetBSD: PLIST,v 1.38 2026/02/05 23:20:23 morr Exp $
man/da.ISO8859-1/man1/ex.1
man/da.ISO8859-1/man1/rview.1
man/da.ISO8859-1/man1/rvim.1
@@ -131,6 +131,30 @@ man/ru.UTF-8/man1/view.1
man/ru.UTF-8/man1/vim.1
man/ru.UTF-8/man1/vimdiff.1
man/ru.UTF-8/man1/vimtutor.1
+man/sv.ISO8859-1/man1/evim.1
+man/sv.ISO8859-1/man1/ex.1
+man/sv.ISO8859-1/man1/rview.1
+man/sv.ISO8859-1/man1/rvim.1
+man/sv.ISO8859-1/man1/view.1
+man/sv.ISO8859-1/man1/vim.1
+man/sv.ISO8859-1/man1/vimdiff.1
+man/sv.ISO8859-1/man1/vimtutor.1
+man/sv.UTF-8/man1/evim.1
+man/sv.UTF-8/man1/ex.1
+man/sv.UTF-8/man1/rview.1
+man/sv.UTF-8/man1/rvim.1
+man/sv.UTF-8/man1/view.1
+man/sv.UTF-8/man1/vim.1
+man/sv.UTF-8/man1/vimdiff.1
+man/sv.UTF-8/man1/vimtutor.1
+man/sv/man1/evim.1
+man/sv/man1/ex.1
+man/sv/man1/rview.1
+man/sv/man1/rvim.1
+man/sv/man1/view.1
+man/sv/man1/vim.1
+man/sv/man1/vimdiff.1
+man/sv/man1/vimtutor.1
man/tr.ISO8859-9/man1/evim.1
man/tr.ISO8859-9/man1/ex.1
man/tr.ISO8859-9/man1/rview.1
@@ -427,6 +451,7 @@ share/vim/${VIM_SUBDIR}/lang/sk.cp1250/L
share/vim/${VIM_SUBDIR}/lang/sk/LC_MESSAGES/vim.mo
share/vim/${VIM_SUBDIR}/lang/sr/LC_MESSAGES/vim.mo
share/vim/${VIM_SUBDIR}/lang/sv/LC_MESSAGES/vim.mo
+share/vim/${VIM_SUBDIR}/lang/ta/LC_MESSAGES/vim.mo
share/vim/${VIM_SUBDIR}/lang/tr/LC_MESSAGES/vim.mo
share/vim/${VIM_SUBDIR}/lang/uk.cp1251/LC_MESSAGES/vim.mo
share/vim/${VIM_SUBDIR}/lang/uk/LC_MESSAGES/vim.mo
Index: pkgsrc/editors/vim-share/PLIST
diff -u pkgsrc/editors/vim-share/PLIST:1.80 pkgsrc/editors/vim-share/PLIST:1.81
--- pkgsrc/editors/vim-share/PLIST:1.80 Wed Dec 3 22:52:01 2025
+++ pkgsrc/editors/vim-share/PLIST Thu Feb 5 23:20:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.80 2025/12/03 22:52:01 morr Exp $
+@comment $NetBSD: PLIST,v 1.81 2026/02/05 23:20:23 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -80,6 +80,7 @@ share/vim/${VIM_SUBDIR}/autoload/zip.vim
share/vim/${VIM_SUBDIR}/bugreport.vim
share/vim/${VIM_SUBDIR}/colors/README.txt
share/vim/${VIM_SUBDIR}/colors/blue.vim
+share/vim/${VIM_SUBDIR}/colors/catppuccin.vim
share/vim/${VIM_SUBDIR}/colors/darkblue.vim
share/vim/${VIM_SUBDIR}/colors/default.vim
share/vim/${VIM_SUBDIR}/colors/delek.vim
@@ -114,6 +115,7 @@ share/vim/${VIM_SUBDIR}/compiler/bash.vi
share/vim/${VIM_SUBDIR}/compiler/bcc.vim
share/vim/${VIM_SUBDIR}/compiler/bdf.vim
share/vim/${VIM_SUBDIR}/compiler/biome.vim
+share/vim/${VIM_SUBDIR}/compiler/cabal.vim
share/vim/${VIM_SUBDIR}/compiler/cargo.vim
share/vim/${VIM_SUBDIR}/compiler/checkstyle.vim
share/vim/${VIM_SUBDIR}/compiler/cm3.vim
@@ -192,6 +194,7 @@ share/vim/${VIM_SUBDIR}/compiler/pip_com
share/vim/${VIM_SUBDIR}/compiler/podchecker.vim
share/vim/${VIM_SUBDIR}/compiler/powershell.vim
share/vim/${VIM_SUBDIR}/compiler/pylint.vim
+share/vim/${VIM_SUBDIR}/compiler/pyright.vim
share/vim/${VIM_SUBDIR}/compiler/pytest.vim
share/vim/${VIM_SUBDIR}/compiler/pyunit.vim
share/vim/${VIM_SUBDIR}/compiler/raco.vim
@@ -226,6 +229,7 @@ share/vim/${VIM_SUBDIR}/compiler/tidy.vi
share/vim/${VIM_SUBDIR}/compiler/tombi.vim
share/vim/${VIM_SUBDIR}/compiler/ts-node.vim
share/vim/${VIM_SUBDIR}/compiler/tsc.vim
+share/vim/${VIM_SUBDIR}/compiler/ty.vim
share/vim/${VIM_SUBDIR}/compiler/typedoc.vim
share/vim/${VIM_SUBDIR}/compiler/typst.vim
share/vim/${VIM_SUBDIR}/compiler/vimdoc.vim
@@ -270,6 +274,7 @@ share/vim/${VIM_SUBDIR}/doc/gui_w32.txt
share/vim/${VIM_SUBDIR}/doc/gui_x11.txt
share/vim/${VIM_SUBDIR}/doc/hangulin.txt
share/vim/${VIM_SUBDIR}/doc/hebrew.txt
+share/vim/${VIM_SUBDIR}/doc/help.svx
share/vim/${VIM_SUBDIR}/doc/help.txt
share/vim/${VIM_SUBDIR}/doc/helphelp.txt
share/vim/${VIM_SUBDIR}/doc/howto.txt
@@ -336,6 +341,7 @@ share/vim/${VIM_SUBDIR}/doc/starting.txt
share/vim/${VIM_SUBDIR}/doc/syntax.txt
share/vim/${VIM_SUBDIR}/doc/tabpage.txt
share/vim/${VIM_SUBDIR}/doc/tags
+share/vim/${VIM_SUBDIR}/doc/tags-sv
share/vim/${VIM_SUBDIR}/doc/tagsrch.txt
share/vim/${VIM_SUBDIR}/doc/term.txt
share/vim/${VIM_SUBDIR}/doc/terminal.txt
@@ -429,9 +435,12 @@ 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/bdf.vim
+share/vim/${VIM_SUBDIR}/ftplugin/bicep-params.vim
+share/vim/${VIM_SUBDIR}/ftplugin/bicep.vim
share/vim/${VIM_SUBDIR}/ftplugin/bindzone.vim
share/vim/${VIM_SUBDIR}/ftplugin/bitbake.vim
share/vim/${VIM_SUBDIR}/ftplugin/bp.vim
+share/vim/${VIM_SUBDIR}/ftplugin/bpftrace.vim
share/vim/${VIM_SUBDIR}/ftplugin/brighterscript.vim
share/vim/${VIM_SUBDIR}/ftplugin/brightscript.vim
share/vim/${VIM_SUBDIR}/ftplugin/bst.vim
@@ -583,6 +592,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/karel.v
share/vim/${VIM_SUBDIR}/ftplugin/kconfig.vim
share/vim/${VIM_SUBDIR}/ftplugin/kdl.vim
share/vim/${VIM_SUBDIR}/ftplugin/kerml.vim
+share/vim/${VIM_SUBDIR}/ftplugin/kitty.vim
share/vim/${VIM_SUBDIR}/ftplugin/kivy.vim
share/vim/${VIM_SUBDIR}/ftplugin/kotlin.vim
share/vim/${VIM_SUBDIR}/ftplugin/kwt.vim
@@ -737,6 +747,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/sgml.vi
share/vim/${VIM_SUBDIR}/ftplugin/sh.vim
share/vim/${VIM_SUBDIR}/ftplugin/shaderslang.vim
share/vim/${VIM_SUBDIR}/ftplugin/sieve.vim
+share/vim/${VIM_SUBDIR}/ftplugin/skhd.vim
share/vim/${VIM_SUBDIR}/ftplugin/slint.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpreg.vim
@@ -840,6 +851,7 @@ share/vim/${VIM_SUBDIR}/indent/bash.vim
share/vim/${VIM_SUBDIR}/indent/basic.vim
share/vim/${VIM_SUBDIR}/indent/bib.vim
share/vim/${VIM_SUBDIR}/indent/bitbake.vim
+share/vim/${VIM_SUBDIR}/indent/bpftrace.vim
share/vim/${VIM_SUBDIR}/indent/bst.vim
share/vim/${VIM_SUBDIR}/indent/bzl.vim
share/vim/${VIM_SUBDIR}/indent/c.vim
@@ -1088,6 +1100,10 @@ share/vim/${VIM_SUBDIR}/pack/dist/opt/ne
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/plugin/netrwPlugin.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/netrw/syntax/netrw.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/nohlsearch/plugin/nohlsearch.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/osc52/autoload/osc52.vim
+share/vim/${VIM_SUBDIR}/pack/dist/opt/osc52/doc/osc52.txt
+share/vim/${VIM_SUBDIR}/pack/dist/opt/osc52/doc/tags
+share/vim/${VIM_SUBDIR}/pack/dist/opt/osc52/plugin/osc52.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/shellmenu/plugin/shellmenu.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/swapmouse/plugin/swapmouse.vim
share/vim/${VIM_SUBDIR}/pack/dist/opt/termdebug/plugin/termdebug.vim
@@ -1214,6 +1230,7 @@ share/vim/${VIM_SUBDIR}/syntax/bib.vim
share/vim/${VIM_SUBDIR}/syntax/bindzone.vim
share/vim/${VIM_SUBDIR}/syntax/bitbake.vim
share/vim/${VIM_SUBDIR}/syntax/blank.vim
+share/vim/${VIM_SUBDIR}/syntax/bpftrace.vim
share/vim/${VIM_SUBDIR}/syntax/bsdl.vim
share/vim/${VIM_SUBDIR}/syntax/bst.vim
share/vim/${VIM_SUBDIR}/syntax/btm.vim
@@ -1736,10 +1753,6 @@ share/vim/${VIM_SUBDIR}/syntax/sgmllnx.v
share/vim/${VIM_SUBDIR}/syntax/sh.vim
share/vim/${VIM_SUBDIR}/syntax/shaderslang.vim
share/vim/${VIM_SUBDIR}/syntax/shared/README.txt
-share/vim/${VIM_SUBDIR}/syntax/shared/context-data-context.vim
-share/vim/${VIM_SUBDIR}/syntax/shared/context-data-interfaces.vim
-share/vim/${VIM_SUBDIR}/syntax/shared/context-data-metafun.vim
-share/vim/${VIM_SUBDIR}/syntax/shared/context-data-tex.vim
share/vim/${VIM_SUBDIR}/syntax/shared/debarchitectures.vim
share/vim/${VIM_SUBDIR}/syntax/shared/debversions.vim
share/vim/${VIM_SUBDIR}/syntax/shared/hgcommitDiff.vim
@@ -1752,6 +1765,7 @@ share/vim/${VIM_SUBDIR}/syntax/sinda.vim
share/vim/${VIM_SUBDIR}/syntax/sindacmp.vim
share/vim/${VIM_SUBDIR}/syntax/sindaout.vim
share/vim/${VIM_SUBDIR}/syntax/sisu.vim
+share/vim/${VIM_SUBDIR}/syntax/skhd.vim
share/vim/${VIM_SUBDIR}/syntax/skill.vim
share/vim/${VIM_SUBDIR}/syntax/sl.vim
share/vim/${VIM_SUBDIR}/syntax/slang.vim
@@ -1943,6 +1957,7 @@ share/vim/${VIM_SUBDIR}/tools/emoji_list
share/vim/${VIM_SUBDIR}/tools/mve.awk
share/vim/${VIM_SUBDIR}/tools/mve.txt
share/vim/${VIM_SUBDIR}/tools/pltags.pl
+share/vim/${VIM_SUBDIR}/tools/preproc_indent.vim
share/vim/${VIM_SUBDIR}/tools/ref
share/vim/${VIM_SUBDIR}/tools/shtags.1
share/vim/${VIM_SUBDIR}/tools/shtags.pl
@@ -1955,6 +1970,7 @@ share/vim/${VIM_SUBDIR}/tools/vimspell.t
share/vim/${VIM_SUBDIR}/tools/xcmdsrv_client.c
share/vim/${VIM_SUBDIR}/tutor/README.el.txt
share/vim/${VIM_SUBDIR}/tutor/README.ru.txt
+share/vim/${VIM_SUBDIR}/tutor/README.sv.txt
share/vim/${VIM_SUBDIR}/tutor/README.txt
share/vim/${VIM_SUBDIR}/tutor/en/vim-01-beginner.tutor
share/vim/${VIM_SUBDIR}/tutor/en/vim-01-beginner.tutor.json
@@ -1970,6 +1986,10 @@ share/vim/${VIM_SUBDIR}/tutor/sr/vim-01-
share/vim/${VIM_SUBDIR}/tutor/sr/vim-01-beginner.tutor.json
share/vim/${VIM_SUBDIR}/tutor/sr/vim-02-beginner.tutor
share/vim/${VIM_SUBDIR}/tutor/sr/vim-02-beginner.tutor.json
+share/vim/${VIM_SUBDIR}/tutor/sv/vim-01-beginner.tutor
+share/vim/${VIM_SUBDIR}/tutor/sv/vim-01-beginner.tutor.json
+share/vim/${VIM_SUBDIR}/tutor/sv/vim-02-beginner.tutor
+share/vim/${VIM_SUBDIR}/tutor/sv/vim-02-beginner.tutor.json
share/vim/${VIM_SUBDIR}/tutor/tutor.tutor
share/vim/${VIM_SUBDIR}/tutor/tutor.tutor.json
share/vim/${VIM_SUBDIR}/tutor/tutor.vim
@@ -2011,6 +2031,8 @@ share/vim/${VIM_SUBDIR}/tutor/tutor2.es
share/vim/${VIM_SUBDIR}/tutor/tutor2.fr
share/vim/${VIM_SUBDIR}/tutor/tutor2.gl
share/vim/${VIM_SUBDIR}/tutor/tutor2.it
+share/vim/${VIM_SUBDIR}/tutor/tutor2.ja
share/vim/${VIM_SUBDIR}/tutor/tutor2.ru
share/vim/${VIM_SUBDIR}/tutor/tutor2.sr
+share/vim/${VIM_SUBDIR}/tutor/tutor2.sv
share/vim/${VIM_SUBDIR}/vimrc_example.vim
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.222 pkgsrc/editors/vim-share/distinfo:1.223
--- pkgsrc/editors/vim-share/distinfo:1.222 Wed Dec 3 22:52:01 2025
+++ pkgsrc/editors/vim-share/distinfo Thu Feb 5 23:20:23 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.222 2025/12/03 22:52:01 morr Exp $
+$NetBSD: distinfo,v 1.223 2026/02/05 23:20:23 morr Exp $
-BLAKE2s (vim-9.1.1952.tar.gz) = 706ca927d70739b7b914ba2ebb6d6687a45a875682f009f28ece47e89de50722
-SHA512 (vim-9.1.1952.tar.gz) = ab8af22e9e98da9b6d26c401d52eded3b1d4b864bb24cd545a1d407123822b48768178345b94d02501bf9362d8679a4311a958acfc1d4231c99f4727a09ec9cd
-Size (vim-9.1.1952.tar.gz) = 19204545 bytes
-SHA1 (patch-Makefile) = 515f2f3953d35de8b8a92e2d367f0110152f207d
+BLAKE2s (vim-9.1.2132.tar.gz) = 27e15034126b31e83e1040075c4ead56aec3f38a694b52e7447a90418e789944
+SHA512 (vim-9.1.2132.tar.gz) = 3d481d4e9fb716efb4df925a6ef3b69af98a684a9507079ddecdf91e90830fee9f865389611dce2da2c90dae4f881f610d15d4657764e4684f27bce5d9013631
+Size (vim-9.1.2132.tar.gz) = 19518340 bytes
+SHA1 (patch-Makefile) = 12cfa9f54711f9cc7ce5457c58b38ede059b586d
SHA1 (patch-feature.h) = a3c58ddf4297df39a06652fa1157ee4be2dfadf5
SHA1 (patch-popupwin.c) = c191b9648ce4bc6af8456ef699948bf9592797de
SHA1 (patch-vim.h) = f8fbbef3579a6916592e6e7ffeb5280966c30178
Index: pkgsrc/editors/vim-share/version.mk
diff -u pkgsrc/editors/vim-share/version.mk:1.158 pkgsrc/editors/vim-share/version.mk:1.159
--- pkgsrc/editors/vim-share/version.mk:1.158 Wed Dec 3 22:52:01 2025
+++ pkgsrc/editors/vim-share/version.mk Thu Feb 5 23:20:23 2026
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.158 2025/12/03 22:52:01 morr Exp $
+# $NetBSD: version.mk,v 1.159 2026/02/05 23:20:23 morr Exp $
VIM_VERSION= 9.1
-VIM_PATCHLEVEL= 1952
+VIM_PATCHLEVEL= 2132
# Changelog: see https://github.com/vim/vim/commits/master/ or
# with git clone: $ git log --pretty=format:"- %s"
VIM_SUBDIR= vim91
Index: pkgsrc/editors/vim-share/patches/patch-Makefile
diff -u pkgsrc/editors/vim-share/patches/patch-Makefile:1.16 pkgsrc/editors/vim-share/patches/patch-Makefile:1.17
--- pkgsrc/editors/vim-share/patches/patch-Makefile:1.16 Wed Dec 3 22:52:01 2025
+++ pkgsrc/editors/vim-share/patches/patch-Makefile Thu Feb 5 23:20:23 2026
@@ -1,8 +1,6 @@
-$NetBSD: patch-Makefile,v 1.16 2025/12/03 22:52:01 morr Exp $
-
---- src/Makefile.orig 2025-12-03 21:01:37.000000000 +0000
-+++ src/Makefile
-@@ -2527,35 +2527,35 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
+--- src/Makefile.orig 2026-02-05 19:01:12.000000000 +0000
++++ src/Makefile 2026-02-05 22:59:51.378052360 +0000
+@@ -2532,38 +2532,38 @@
fi
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
@@ -34,6 +32,9 @@ $NetBSD: patch-Makefile,v 1.16 2025/12/0
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_PL_U) "-pl.UTF-8" $(INSTALLMANARGS)
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_RU) "-ru" $(INSTALLMANARGS)
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_RU_U) "-ru.UTF-8" $(INSTALLMANARGS)
+- -$(SHELL) ./installman.sh xxd $(DEST_MAN_SV) "-sv" $(INSTALLMANARGS)
+- -$(SHELL) ./installman.sh xxd $(DEST_MAN_SV_I) "-sv" $(INSTALLMANARGS)
+- -$(SHELL) ./installman.sh xxd $(DEST_MAN_SV_U) "-sv.UTF-8" $(INSTALLMANARGS)
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_TR) "-tr" $(INSTALLMANARGS)
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_TR_I) "-tr" $(INSTALLMANARGS)
- -$(SHELL) ./installman.sh xxd $(DEST_MAN_TR_U) "-tr.UTF-8" $(INSTALLMANARGS)
@@ -55,6 +56,9 @@ $NetBSD: patch-Makefile,v 1.16 2025/12/0
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_PL_U) "-pl.UTF-8" $(INSTALLMANARGS)
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_RU) "-ru" $(INSTALLMANARGS)
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_RU_U) "-ru.UTF-8" $(INSTALLMANARGS)
++ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_SV) "-sv" $(INSTALLMANARGS)
++ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_SV_I) "-sv" $(INSTALLMANARGS)
++ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_SV_U) "-sv.UTF-8" $(INSTALLMANARGS)
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_TR) "-tr" $(INSTALLMANARGS)
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_TR_I) "-tr" $(INSTALLMANARGS)
+ #-$(SHELL) ./installman.sh xxd $(DEST_MAN_TR_U) "-tr.UTF-8" $(INSTALLMANARGS)
Home |
Main Index |
Thread Index |
Old Index